From fd23821950f0562a8995735105cd31fdc6d55933 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 22 Jul 2011 16:55:01 +0100 Subject: * Rejigged configuration * Added --test and --verbose flags for the server config * Started proper test suite * Config parsing now gives more sensible errors + backtrace * Rejigged people and source lists --- heartbeat_hammer.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'heartbeat_hammer.sh') 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 -- cgit v1.2.1