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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jul 22 07:15:02 EDT 2008


Author: mircea.markus
Date: 2008-07-22 07:15:02 -0400 (Tue, 22 Jul 2008)
New Revision: 6358

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

Modified: benchmarks/benchmark-fwk/trunk/cluster.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/cluster.sh	2008-07-22 11:14:32 UTC (rev 6357)
+++ benchmarks/benchmark-fwk/trunk/cluster.sh	2008-07-22 11:15:02 UTC (rev 6358)
@@ -44,6 +44,7 @@
             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} &" &
+	    echo "Return code from ssh call  is $?"
             sleep 2
          done
         ;;




More information about the jbosscache-commits mailing list