From: Michael Vrable Date: Fri, 11 Mar 2011 00:40:44 +0000 (-0800) Subject: Updates to automatic SPECsfs-launching script X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=commitdiff_plain;h=d870f9b79a167f202aba6ea1d68c984676b6b615 Updates to automatic SPECsfs-launching script --- diff --git a/microbench/run-spec.sh b/microbench/run-spec.sh index 074dd9f..c020ee2 100755 --- a/microbench/run-spec.sh +++ b/microbench/run-spec.sh @@ -3,10 +3,23 @@ BASEDIR=$(dirname $(which $0)) . $BASEDIR/run-common.sh + run_spec() { BLUESKY_RUN_NAME=$(date +%Y%m%d)-$1 + SPEC_CONF=$2 $HOME/bin/s3-cleanup.py mvrable-bluesky $HOME/bin/s3-cleanup.py mvrable-bluesky-west run_cmd $PROXY cleanup-proxy run_cmd $PROXY run-proxy >$BLUESKY_RUN_NAME.proxy 2>&1 & + proxy_pid=$! + sleep 10 + + run_cmd $BENCHER run-specsfs + + run_cmd $PROXY stop-proxy + echo "Waiting for proxy to stop..." + wait $proxy_pid +} + +run_spec s3-west sfs_bluesky