[jboss-svn-commits] JBL Code SVN: r36944 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Apr 18 12:22:03 EDT 2011


Author: whitingjr
Date: 2011-04-18 12:22:03 -0400 (Mon, 18 Apr 2011)
New Revision: 36944

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml
Log:
Added collection of controller and satellite console output.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml	2011-04-18 13:13:54 UTC (rev 36943)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml	2011-04-18 16:22:03 UTC (rev 36944)
@@ -24,7 +24,7 @@
    <import file="common/common-api.xml"/>
    
    <property environment="env"/>
-   <loadproperties srcfile="build-api.properties">
+   <loadproperties srcfile="client-api.properties">
       <filterchain>
          <expandproperties />
       </filterchain>
@@ -155,6 +155,11 @@
          <scp remotefile="${eap.server.username}@${eap.server.host}:${env.EAP_HOME}/server/production/log/jstat-hornetq.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/jstat-hornetq.txt" failonerror="false" password="${eap.server.password}"/>
          <scp remotefile="${eap.server.username}@${eap.server.host}:/tmp/verbose-gc.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/verbose-gc.txt" failonerror="false" password="${eap.server.password}"/>
          <scp remotefile="${eap.server.username}@${eap.server.host}:${env.EAP_HOME}/server/production/log/server.log" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/server.log" failonerror="false" password="${eap.server.password}"/>
+         <scp remotefile="${benchmark.client.01.username}@${benchmark.client.01.host}:/tmp/controller.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/controller.txt" failonerror="false" password="${benchmark.client.01.password}"/>
+         <scp remotefile="${benchmark.client.01.username}@${benchmark.client.01.host}:/tmp/satellite-jmsclient1.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/satellite-01.txt" failonerror="false" password="${benchmark.client.01.password}"/>
+         <scp remotefile="${benchmark.client.02.username}@${benchmark.client.02.host}:/tmp/satellite-jmsclient1.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/satellite-02.txt" failonerror="false" password="${benchmark.client.02.password}"/>
+         <scp remotefile="${benchmark.client.03.username}@${benchmark.client.03.host}:/tmp/satellite-jmsclient1.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/satellite-03.txt" failonerror="false" password="${benchmark.client.03.password}"/>
+         <scp remotefile="${benchmark.client.04.username}@${benchmark.client.04.host}:/tmp/satellite-jmsclient1.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/satellite-04.txt" failonerror="false" password="${benchmark.client.04.password}"/>
       </parallel>
    </target>
    
@@ -552,8 +557,8 @@
    </target>
    
    <target name="order-details">
-      <echo>Generating ordered details.</echo>
-      <xslt style="../src/main/resources/xsl/failed-run-problem-iteration-sorter.xsl" in="${spec.install.dir}/output/${org.spec.internal.runId}/detail.measurement.xml" out="${spec.install.dir}/output/${org.spec.internal.runId}/${org.spec.internal.runId}-detail.measurement.xml"/>
+      <!--xslt style="../src/main/resources/xsl/failed-run-problem-iteration-sorter.xsl" in="${spec.install.dir}/output/${org.spec.internal.runId}/detail.measurement.xml" out="${spec.install.dir}/output/${org.spec.internal.runId}/${org.spec.internal.runId}-detail.measurement.xml"/-->
+      <xslt style="../src/main/resources/xsl/interaction-result-sorter.xsl" in="${spec.install.dir}/output/${org.spec.internal.runId}/interaction.measurement.xml" out="${spec.install.dir}/output/${org.spec.internal.runId}/${org.spec.internal.runId}-interaction.measurement.xml"/>
    </target>
    
    <target name="send-execution-report">



More information about the jboss-svn-commits mailing list