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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Jan 16 19:11:22 EST 2008


Author: mircea.markus
Date: 2008-01-16 19:11:22 -0500 (Wed, 16 Jan 2008)
New Revision: 5157

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


Modified: benchmarks/benchmark-fwk/trunk/runNode.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/runNode.sh	2008-01-16 23:51:09 UTC (rev 5156)
+++ benchmarks/benchmark-fwk/trunk/runNode.sh	2008-01-17 00:11:22 UTC (rev 5157)
@@ -9,11 +9,12 @@
 if [ -z $1 ]
 then
    echo "Usage:"
-   echo "     ./runNode.sh currentNodeIndex testConfig otherSysProps customConfigFile"
-   echo "currentNodeIndex : the index of this node in the list of nodes in the cluster(0..n)"
-   echo "testConfig       : must be one of the directories names under 'cache-products'"
-   echo "cluster size"
-   echo "Ex: ./runNode.sh 0 jbosscache-2.0.0 3"
+   echo 
+   echo "     ./runNode.sh <currentNodeIndex> <testConfig> <clusterSize>"
+   echo "param <currentNodeIndex> : the index of this node in the list of nodes in the cluster(0..<clusterSize>-1)"
+   echo "param <testConfig>       : must be one of the directories names under './cache-products'"
+   echo "param <clusterSize>      : total number of nodes that will run tests. "
+   echo "Ex: './runNode.sh 0 jbosscache-2.0.0 3' will start the 1st node running an instance of jbc2.0.0 on a cluster made out of 3 nodes."
    exit 1
 fi
 




More information about the jbosscache-commits mailing list