diff options
Diffstat (limited to 'heartbeat_hammer.sh')
-rw-r--r-- | heartbeat_hammer.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/heartbeat_hammer.sh b/heartbeat_hammer.sh index f2d4671..33cbc29 100644 --- a/heartbeat_hammer.sh +++ b/heartbeat_hammer.sh @@ -1,6 +1,6 @@ #!/bin/bash -PRE="ruby -I lib bin/mauveclient localhost" +PRE="ruby -I lib bin/mauvesend localhost" F=60 S=10 n=$* @@ -28,6 +28,10 @@ _host () { done } +echo -e "This command will go beserk. To kill run\n pkill -t `tty`\n\nGiving you 5 seconds to quit!" + +sleep 5 + for i in `seq 1 100` ; do _host $i & sleep 0.2 |