[jboss-svn-commits] JBL Code SVN: r33869 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jul 14 04:28:03 EDT 2010
Author: whitingjr
Date: 2010-07-14 04:28:03 -0400 (Wed, 14 Jul 2010)
New Revision: 33869
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/info-starting-benchmark.txt
Log:
Updated commands for manual control of benchmark.
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-14 08:25:03 UTC (rev 33868)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/info-starting-benchmark.txt 2010-07-14 08:28:03 UTC (rev 33869)
@@ -3,18 +3,18 @@
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 > /jboss-5.1.0.Branch/server/production/log/jstat-hornetq-01.txt &
+jstat -gcutil -t -h12 nnn 5s > /jboss-5.1.0.Branch/server/production/log/jstat-hornetq.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 /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
+rm -f /jboss-5.1.0.Branch/server/production/data/hornetq/largemessages/*.msg
tail -10 /jboss-5.1.0.Branch/server/production/log/server.log
+tail -10 /jboss-5.1.0.Branch/server/production/log/jstat-hornetq-01.txt
# starting the controller on jmsclient1
@@ -45,3 +45,6 @@
#after fourth
jmap -dump:format=b,file=/tmp/heapdump-after-run-04.txt nnn
+# run this on the controller
+/specjms2007/bin/apache-ant-1.6.5/bin/ant -buildfile /root/java/batch-execution-SPEC-jms2007/scripts/build-commands.xml benchmark
+/specjms2007/bin/apache-ant-1.6.5/bin/ant -buildfile /root/java/batch-execution-SPEC-jms2007/scripts/build-api.xml generate-submission
More information about the jboss-svn-commits
mailing list