[jboss-svn-commits] JBL Code SVN: r36782 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Mar 4 11:09:01 EST 2011
Author: whitingjr
Date: 2011-03-04 11:09:01 -0500 (Fri, 04 Mar 2011)
New Revision: 36782
Added:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/benchmark-commands.sh
Log:
Added sample batch runs file.
Added: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/benchmark-commands.sh
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/benchmark-commands.sh (rev 0)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/benchmark-commands.sh 2011-03-04 16:09:01 UTC (rev 36782)
@@ -0,0 +1,24 @@
+#! /bin/sh
+
+# a script to batch execute the profiling without user interaction
+
+#00215
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-commands.xml -Dpayload.dir=/home/benchuser/specjms2007/payload/00215 deploy-payload
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-commands.xml benchmark
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-api.xml -Dorg.spec.internal.runId=00215 generate-submission
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-commands.xml -Dreplacement.file.source.name=/root/batch-runs/nohup.out -Dreplacement.file.target.name=/home/benchuser/specjms2007/output/00215/nohup.out substitute-local-config
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-commands.xml notify
+
+#00216
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-commands.xml -Dpayload.dir=/home/benchuser/specjms2007/payload/00216 deploy-payload
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-commands.xml benchmark
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-api.xml -Dorg.spec.internal.runId=00216 generate-submission
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-commands.xml -Dreplacement.file.source.name=/root/batch-runs/nohup.out -Dreplacement.file.target.name=/home/benchuser/specjms2007/output/00216/nohup.out substitute-local-config
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-commands.xml notify
+
+#00217
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-commands.xml -Dpayload.dir=/home/benchuser/specjms2007/payload/00217 deploy-payload
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-commands.xml benchmark
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-api.xml -Dorg.spec.internal.runId=00217 generate-submission
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-commands.xml -Dreplacement.file.source.name=/root/batch-runs/nohup.out -Dreplacement.file.target.name=/home/benchuser/specjms2007/output/00217/nohup.out substitute-local-config
+ant -buildfile ~/java/batch-execution-SPEC-jms2007/scripts/build-commands.xml notify
More information about the jboss-svn-commits
mailing list