Author: manik.surtani(a)jboss.com
Date: 2008-01-24 09:51:40 -0500 (Thu, 24 Jan 2008)
New Revision: 5227
Modified:
benchmarks/benchmark-fwk/trunk/cluster.sh
Log:
Modified: benchmarks/benchmark-fwk/trunk/cluster.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/cluster.sh 2008-01-24 14:35:24 UTC (rev 5226)
+++ benchmarks/benchmark-fwk/trunk/cluster.sh 2008-01-24 14:51:40 UTC (rev 5227)
@@ -43,7 +43,7 @@
do
server="${HOSTNAMES[idx]}"
echo Starting CacheBenchmarkFramework on host ${server}
- ssh ${SSH_USER}(a)${server}.${DOMAIN} ". .bash_profile && cd
${CACHE_BENCHMARK_HOME} && ./runNode.sh ${idx} ${CACHE_DIST} ${CFG_FILE}
${NUM_SERVERS}"
+ ssh ${SSH_USER}(a)${server}.${DOMAIN} ". .bash_profile && cd
${CACHE_BENCHMARK_HOME} && ./runNode.sh ${idx} ${CACHE_DIST} ${CFG_FILE}
${NUM_SERVERS} &" &
sleep 2
done
;;
Show replies by date