diff --git a/Makefile b/Makefile index 2ccc210..634d263 100644 --- a/Makefile +++ b/Makefile @@ -13,10 +13,13 @@ local: prep: git update-server-info cat loadbot/testservers |xargs -n 1 --replace=BLAH scp loadbot/prep.pl BLAH: - cat loadbot/testservers |xargs -n 1 --replace=BLAH ssh BLAH ./prep.pl + cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH ./prep.pl screen: cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "screen -d -m -S loadbot -c /root/benchmarks/screenrc" killall: cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "killall screen" + +logs: + cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "cat loadbot.0" diff --git a/doit.sh b/doit.sh index ec1f60d..f5f9d20 100755 --- a/doit.sh +++ b/doit.sh @@ -1,5 +1,6 @@ #!/bin/bash -x +# This averages about half an hour on a 3 ghz cpu cd /root/benchmarks cd cpu time ./bc_sin.sh 500 @@ -7,3 +8,4 @@ time ./bc_sin.sh 1000 time ./bc_sin.sh 2000 time ./bc_sin.sh 4000 time ./bc_sin.sh 8000 +time ./bc_sin.sh 16000