[jboss-svn-commits] JBL Code SVN: r33685 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jun 29 06:09:39 EDT 2010
Author: whitingjr
Date: 2010-06-29 06:09:39 -0400 (Tue, 29 Jun 2010)
New Revision: 33685
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/info-starting-benchmark.txt
Log:
added comments.
Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/info-starting-benchmark.txt
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/info-starting-benchmark.txt 2010-06-29 09:43:45 UTC (rev 33684)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/info-starting-benchmark.txt 2010-06-29 10:09:39 UTC (rev 33685)
@@ -10,9 +10,13 @@
rm -f /perf1/journal/*.hq
+# starting the controller on jmsclient1
+
nohup ./ant startController > /tmp/controller.txt &
+# starting the first satellite on jmsclient1
nohup ./ant startSatellite -Dcontroller.host=jmsclient1 > /tmp/satellite-jmsclient1.txt &
+# starting the second satellite on jmsclient2
nohup ./ant startSatellite -Dcontroller.host=jmsclient1 > /tmp/satellite-jmsclient2.txt &
More information about the jboss-svn-commits
mailing list