diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-29 12:11:56 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-29 12:11:56 +0100 |
commit | 5f57bc117ff110d21fe6c130816c208c35f0b987 (patch) | |
tree | 0fb738b571bb18bd90f569e21ecf1221ed4024bc /heartbeat_hammer.sh | |
parent | fd23821950f0562a8995735105cd31fdc6d55933 (diff) |
* Added initial logger
* Acknowledgement time calculations now in JS
* Updated logging to indicate where and update comes from
Diffstat (limited to 'heartbeat_hammer.sh')
-rw-r--r-- | heartbeat_hammer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heartbeat_hammer.sh b/heartbeat_hammer.sh index 33cbc29..12b74bc 100644 --- a/heartbeat_hammer.sh +++ b/heartbeat_hammer.sh @@ -1,6 +1,6 @@ #!/bin/bash -PRE="ruby -I lib bin/mauvesend localhost" +PRE="ruby -I lib bin/mauvesend [::1]" F=60 S=10 n=$* |