[jboss-svn-commits] JBL Code SVN: r33724 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jul 1 12:13:13 EDT 2010
Author: whitingjr
Date: 2010-07-01 12:13:13 -0400 (Thu, 01 Jul 2010)
New Revision: 33724
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/info-starting-benchmark.txt
Log:
Updated commands so they can be executed irespective of location.
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-07-01 16:12:59 UTC (rev 33723)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/info-starting-benchmark.txt 2010-07-01 16:13:13 UTC (rev 33724)
@@ -1,15 +1,22 @@
service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
+rm -f /jboss-5.1.0.Branch/server/production/log/jstat-hornetq-01.txt
+
jstat -gcutil -t -h12 nnn 5s
-jstat -gcutil -t -h12 nnn 5s > ../server/production/log/jstat-hornetq-01.txt &
+jstat -gcutil -t -h12 nnn 5s > /jboss-5.1.0.Branch/server/production/log/jstat-hornetq-01.txt &
jstat -gcutil -t -h12 nnn 5s > ../server/production/log/jstat-hornetq-02.txt &
jstat -gcutil -t -h12 nnn 5s > ../server/production/log/jstat-hornetq-03.txt &
-nohup ./run.sh -c production -b hornetq &
-./shutdown.sh --server=hornetq:1100
+
+nohup /jboss-5.1.0.Branch/bin/run.sh -c production -b hornetq &
+/jboss-5.1.0.Branch/bin/shutdown.sh --server=hornetq:1100
+
rm -f /perf1/journal/*.hq
+tail -10 /jboss-5.1.0.Branch/server/production/log/server.log
+
+
# starting the controller on jmsclient1
nohup ./ant startController > /tmp/controller.txt &
More information about the jboss-svn-commits
mailing list