[jbosscache-commits] JBoss Cache SVN: r5222 - benchmarks/benchmark-fwk/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jan 24 09:10:38 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-01-24 09:10:38 -0500 (Thu, 24 Jan 2008)
New Revision: 5222

Modified:
   benchmarks/benchmark-fwk/trunk/cluster.sh
Log:


Modified: benchmarks/benchmark-fwk/trunk/cluster.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/cluster.sh	2008-01-24 13:52:48 UTC (rev 5221)
+++ benchmarks/benchmark-fwk/trunk/cluster.sh	2008-01-24 14:10:38 UTC (rev 5222)
@@ -45,7 +45,7 @@
          do
             server="${HOSTNAMES[idx]}"
             echo Starting CacheBenchmarkFramework on host ${server}
-            ssh ${SSH_USER}@${server}.${DOMAIN} ". ./bash_profile && cd ${CACHE_BENCHMARK_HOME} &&  ./runNode.sh ${idx} ${CACHE_DIST} ${CFG_FILE} ${NUM_SERVERS} ${USER_JVM_PARAMS}"
+            ssh ${SSH_USER}@${server}.${DOMAIN} ". .bash_profile && cd ${CACHE_BENCHMARK_HOME} &&  ./runNode.sh ${idx} ${CACHE_DIST} ${CFG_FILE} ${NUM_SERVERS} ${USER_JVM_PARAMS}"
             sleep 2
          done
         ;;




More information about the jbosscache-commits mailing list