You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ru...@apache.org on 2007/12/19 14:53:44 UTC

svn commit: r605542 - /incubator/qpid/branches/M2.1.1/java/perftests/pom.xml

Author: rupertlssmith
Date: Wed Dec 19 05:53:44 2007
New Revision: 605542

URL: http://svn.apache.org/viewvc?rev=605542&view=rev
Log:
Changed test configs to use colons instead of commas.

Modified:
    incubator/qpid/branches/M2.1.1/java/perftests/pom.xml

Modified: incubator/qpid/branches/M2.1.1/java/perftests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1.1/java/perftests/pom.xml?rev=605542&r1=605541&r2=605542&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1.1/java/perftests/pom.xml (original)
+++ incubator/qpid/branches/M2.1.1/java/perftests/pom.xml Wed Dec 19 05:53:44 2007
@@ -243,10 +243,10 @@
                         <!-- Performance Tests. -->
 
                         <!-- Transient, P2P Tests -->
-                        <TQCT-Qpid-01>-n TQCT-Qpid-01         -d1M  -s[1000]   -c[1,30],samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=2000  maxPending=2000000 </TQCT-Qpid-01>
-                        <TQCT-Qpid-02>-n TQCT-Qpid-02         -d1M  -s[1000]   -c[1,30],samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=2000  maxPending=2000000 </TQCT-Qpid-02>
-                        <TQCL-Qpid-01>-n TQCL-Qpid-01         -d1M  -s[1000]   -c[1,30],samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=2000  maxPending=2000000 </TQCL-Qpid-01>
-                        <TQCL-Qpid-02>-n TQCL-Qpid-02         -d1M  -s[1000]   -c[1,30],samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=2000  maxPending=2000000 </TQCL-Qpid-02>
+                        <TQCT-Qpid-01>-n TQCT-Qpid-01         -d1M  -s[1000]   -c[1:30]:samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=2000  maxPending=2000000 </TQCT-Qpid-01>
+                        <TQCT-Qpid-02>-n TQCT-Qpid-02         -d1M  -s[1000]   -c[1:30]:samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=2000  maxPending=2000000 </TQCT-Qpid-02>
+                        <TQCL-Qpid-01>-n TQCL-Qpid-01         -d1M  -s[1000]   -c[1:30]:samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=2000  maxPending=2000000 </TQCL-Qpid-01>
+                        <TQCL-Qpid-02>-n TQCL-Qpid-02         -d1M  -s[1000]   -c[1:30]:samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=2000  maxPending=2000000 </TQCL-Qpid-02>
 
                         <!-- <TQC-Qpid-05>-n TQC-Qpid-05           -d10M -s[10]     -c[100]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=10 rate=0     maxPending=100000  </TQC-Qpid-05> -->
                         <!-- <TQC-Qpid-06>-n TQC-Qpid-06           -d10M -s[10]     -c[100]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=10 rate=0     maxPending=100000  </TQC-Qpid-06> -->
@@ -269,10 +269,10 @@
                         <TQM-Qpid-02-1M>-n TQM-Qpid-02-1M     -d10M -s[100]    -c[8]                    -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=1048576 destinationCount=1  rate=0     maxPending=100000000</TQM-Qpid-02-1M>
 
                         <!-- Transient, Pub/Sub Tests -->
-                        <TTCT-Qpid-01>-n TTCT-Qpid-01         -d1M  -s[10]     -c[1,30],samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=true  uniqueDests=false numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=40    maxPending=2000000 </TTCT-Qpid-01>
-                        <TTCT-Qpid-02>-n TTCT-Qpid-02         -d1M  -s[10]     -c[1,30],samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=true  uniqueDests=false numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=40    maxPending=2000000 </TTCT-Qpid-02>
-                        <TTCL-Qpid-01>-n TTCL-Qpid-01         -d1M  -s[10]     -c[1,30],samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=true  uniqueDests=false numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=40    maxPending=2000000 </TTCL-Qpid-01>
-                        <TTCL-Qpid-02>-n TTCL-Qpid-02         -d1M  -s[10]     -c[1,30],samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=true  uniqueDests=false numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=40    maxPending=2000000 </TTCL-Qpid-02>
+                        <TTCT-Qpid-01>-n TTCT-Qpid-01         -d1M  -s[10]     -c[1:30]:samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=true  uniqueDests=false numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=40    maxPending=2000000 </TTCT-Qpid-01>
+                        <TTCT-Qpid-02>-n TTCT-Qpid-02         -d1M  -s[10]     -c[1:30]:samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=true  uniqueDests=false numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=40    maxPending=2000000 </TTCT-Qpid-02>
+                        <TTCL-Qpid-01>-n TTCL-Qpid-01         -d1M  -s[10]     -c[1:30]:samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=true  uniqueDests=false numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=40    maxPending=2000000 </TTCL-Qpid-01>
+                        <TTCL-Qpid-02>-n TTCL-Qpid-02         -d1M  -s[10]     -c[1:30]:samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=true  uniqueDests=false numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=40    maxPending=2000000 </TTCL-Qpid-02>
 
                         <!-- <TTC-Qpid-05>-n TTC-Qpid-05           -d10M -s[10]     -c[100]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=true  uniqueDests=false numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=10 rate=0     maxPending=100000  </TTC-Qpid-05> -->
                         <!-- <TTC-Qpid-06>-n TTC-Qpid-06           -d10M -s[10]     -c[100]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=true  uniqueDests=false numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=10 rate=0     maxPending=100000  </TTC-Qpid-06> -->
@@ -295,10 +295,10 @@
                         <TTM-Qpid-02-1M>-n TTM-Qpid-02-1M     -d10M -s[4]      -c[8]                    -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=true  uniqueDests=false numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=1048476 destinationCount=1  rate=0     maxPending=20000000</TTM-Qpid-02-1M>
 
                         <!-- Persistent, P2P Tests -->
-                        <PQCT-Qpid-01>-n PQCT-Qpid-01         -d1M  -s[1000]   -c[1,30],samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=600   maxPending=2000000 </PQCT-Qpid-01>
-                        <PQCT-Qpid-02>-n PQCT-Qpid-02         -d1M  -s[1000]   -c[1,30],samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=100   maxPending=2000000 </PQCT-Qpid-02>
-                        <PQCL-Qpid-01>-n PQCL-Qpid-01         -d1M  -s[1000]   -c[1,30],samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=600   maxPending=2000000 </PQCL-Qpid-01>
-                        <PQCL-Qpid-02>-n PQCL-Qpid-02         -d1M  -s[1000]   -c[1,30],samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=100   maxPending=2000000 </PQCL-Qpid-02>
+                        <PQCT-Qpid-01>-n PQCT-Qpid-01         -d1M  -s[1000]   -c[1:30]:samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=600   maxPending=2000000 </PQCT-Qpid-01>
+                        <PQCT-Qpid-02>-n PQCT-Qpid-02         -d1M  -s[1000]   -c[1:30]:samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=100   maxPending=2000000 </PQCT-Qpid-02>
+                        <PQCL-Qpid-01>-n PQCL-Qpid-01         -d1M  -s[1000]   -c[1:30]:samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=600   maxPending=2000000 </PQCL-Qpid-01>
+                        <PQCL-Qpid-02>-n PQCL-Qpid-02         -d1M  -s[1000]   -c[1:30]:samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=100   maxPending=2000000 </PQCL-Qpid-02>
 
                         <!-- <PQC-Qpid-05>-n PQC-Qpid-05           -d10M -s[10]     -c[100]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=10 rate=0     maxPending=100000  </PQC-Qpid-05> -->
                         <!-- <PQC-Qpid-06>-n PQC-Qpid-06           -d10M -s[10]     -c[100]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=10 rate=0     maxPending=100000  </PQC-Qpid-06> -->
@@ -321,10 +321,10 @@
                         <PQM-Qpid-02-1M>-n PQM-Qpid-02-1M     -d10M -s[4]      -c[8]                    -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=1048576 destinationCount=1  rate=0     maxPending=20000000</PQM-Qpid-02-1M>
 
                         <!-- Persistent, Pub/Sub Tests -->
-                        <PTCT-Qpid-01>-n PTCT-Qpid-01         -d1M  -s[1]      -c[1,30],samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=true  uniqueDests=false numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=1     maxPending=2000000 </PTCT-Qpid-01>
-                        <PTCT-Qpid-02>-n PTCT-Qpid-02         -d1M  -s[1]      -c[1,30],samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=true  uniqueDests=false numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=1     maxPending=2000000 </PTCT-Qpid-02>
-                        <PTCL-Qpid-01>-n PTCL-Qpid-01         -d1M  -s[1]      -c[1,30],samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=true  uniqueDests=false numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=1     maxPending=2000000 </PTCL-Qpid-01>
-                        <PTCL-Qpid-02>-n PTCL-Qpid-02         -d1M  -s[1]      -c[1,30],samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=true  uniqueDests=false numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=1     maxPending=2000000 </PTCL-Qpid-02>
+                        <PTCT-Qpid-01>-n PTCT-Qpid-01         -d1M  -s[1]      -c[1:30]:samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=true  uniqueDests=false numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=1     maxPending=2000000 </PTCT-Qpid-01>
+                        <PTCT-Qpid-02>-n PTCT-Qpid-02         -d1M  -s[1]      -c[1:30]:samples=30      -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=true  uniqueDests=false numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=1     maxPending=2000000 </PTCT-Qpid-02>
+                        <PTCL-Qpid-01>-n PTCL-Qpid-01         -d1M  -s[1]      -c[1:30]:samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=true  uniqueDests=false numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=1     maxPending=2000000 </PTCL-Qpid-01>
+                        <PTCL-Qpid-02>-n PTCL-Qpid-02         -d1M  -s[1]      -c[1:30]:samples=30      -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=true  uniqueDests=false numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=1  rate=1     maxPending=2000000 </PTCL-Qpid-02>
 
                         <!-- <PTC-Qpid-05>-n PTC-Qpid-05           -d10M -s[10]     -c[100]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=true  uniqueDests=false numConsumers=1   transacted=true  consTransacted=true  consAckMode=0   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=10 rate=0     maxPending=100000  </PTC-Qpid-05> -->
                         <!-- <PTC-Qpid-06>-n PTC-Qpid-06           -d10M -s[10]     -c[100]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=true  uniqueDests=false numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=10  batchSize=1000   messageSize=256     destinationCount=10 rate=0     maxPending=100000  </PTC-Qpid-06> -->
@@ -453,180 +453,12 @@
                         <TTBL-NA-Qpid-06-09>-n TTBL-NA-Qpid-06 -d1M -s[1000]    -c[1]                   -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=true  uniqueDests=false numConsumers=50  transacted=false consTransacted=false consAckMode=257 commitBatchSize=1   batchSize=1001   messageSize=5120    destinationCount=1  rate=900   maxPending=2000000 </TTBL-NA-Qpid-06-09>
                         <TTBL-NA-Qpid-06-10>-n TTBL-NA-Qpid-06 -d1M -s[1000]    -c[1]                   -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=true  uniqueDests=false numConsumers=50  transacted=false consTransacted=false consAckMode=257 commitBatchSize=1   batchSize=1001   messageSize=5120    destinationCount=1  rate=1000  maxPending=2000000 </TTBL-NA-Qpid-06-10>
 
-                        <!-- Benchmarking Tests for P2P. -->
-                        <!-- 
-                             Bench mark 1. P2P messaging from 1:1 to 1:32, shared queue, load balancing scenario.
-                             Non-tx, and 1 msg per tx.
-                             Persistent and non-persistent.
-                             No rate limiting.
-                             Message size 256 bytes.
-                        -->
-                        <!--
-                        <TQBT-Qpid-01-1C> -n TQBT-Qpid-01-1C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-01-1C>
-                        <TQBT-Qpid-01-2C> -n TQBT-Qpid-01-2C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=2   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-01-2C>
-                        <TQBT-Qpid-01-4C> -n TQBT-Qpid-01-4C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=4   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-01-4C>
-                        <TQBT-Qpid-01-8C> -n TQBT-Qpid-01-8C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=8   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-01-8C>
-                        <TQBT-Qpid-01-16C>-n TQBT-Qpid-01-16C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=16  transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-01-16C>
-                        <TQBT-Qpid-01-32C>-n TQBT-Qpid-01-32C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=32  transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-01-32C>
-
-                        <TQBT-Qpid-02-1C> -n TQBT-Qpid-02-1C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-02-1C>
-                        <TQBT-Qpid-02-2C> -n TQBT-Qpid-02-2C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=2   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-02-2C>
-                        <TQBT-Qpid-02-4C> -n TQBT-Qpid-02-4C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=4   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-02-4C>
-                        <TQBT-Qpid-02-8C> -n TQBT-Qpid-02-8C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=8   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-02-8C>
-                        <TQBT-Qpid-02-16C>-n TQBT-Qpid-02-16C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=16  transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-02-16C>
-                        <TQBT-Qpid-02-32C>-n TQBT-Qpid-02-32C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=32  transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-02-32C>
-
-                        <PQBT-Qpid-01-1C> -n PQBT-Qpid-01-1C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-01-1C>
-                        <PQBT-Qpid-01-2C> -n PQBT-Qpid-01-2C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=2   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-01-2C>
-                        <PQBT-Qpid-01-4C> -n PQBT-Qpid-01-4C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=4   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-01-4C>
-                        <PQBT-Qpid-01-8C> -n PQBT-Qpid-01-8C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=8   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-01-8C>
-                        <PQBT-Qpid-01-16C>-n PQBT-Qpid-01-16C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=16  transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-01-16C>
-                        <PQBT-Qpid-01-32C>-n PQBT-Qpid-01-32C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=32  transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-01-32C>
-
-                        <PQBT-Qpid-02-1C> -n PQBT-Qpid-02-1C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-02-1C>
-                        <PQBT-Qpid-02-2C> -n PQBT-Qpid-02-2C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=2   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-02-2C>
-                        <PQBT-Qpid-02-4C> -n PQBT-Qpid-02-4C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=4   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-02-4C>
-                        <PQBT-Qpid-02-8C> -n PQBT-Qpid-02-8C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=8   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-02-8C>
-                        <PQBT-Qpid-02-16C>-n PQBT-Qpid-02-16C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=16  transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-02-16C>
-                        <PQBT-Qpid-02-32C>-n PQBT-Qpid-02-32C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=32  transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-02-32C>
-
-                        <TQBL-Qpid-01-1C> -n TQBL-Qpid-01-1C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-01-1C>
-                        <TQBL-Qpid-01-2C> -n TQBL-Qpid-01-2C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=2   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-01-2C>
-                        <TQBL-Qpid-01-4C> -n TQBL-Qpid-01-4C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=4   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-01-4C>
-                        <TQBL-Qpid-01-8C> -n TQBL-Qpid-01-8C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=8   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-01-8C>
-                        <TQBL-Qpid-01-16C>-n TQBL-Qpid-01-16C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=16  transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-01-16C>
-                        <TQBL-Qpid-01-32C>-n TQBL-Qpid-01-32C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=32  transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-01-32C>
-
-                        <TQBL-Qpid-02-1C> -n TQBL-Qpid-02-1C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-02-1C>
-                        <TQBL-Qpid-02-2C> -n TQBL-Qpid-02-2C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=2   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-02-2C>
-                        <TQBL-Qpid-02-4C> -n TQBL-Qpid-02-4C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=4   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-02-4C>
-                        <TQBL-Qpid-02-8C> -n TQBL-Qpid-02-8C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=8   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-02-8C>
-                        <TQBL-Qpid-02-16C>-n TQBL-Qpid-02-16C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=16  transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-02-16C>
-                        <TQBL-Qpid-02-32C>-n TQBL-Qpid-02-32C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=32  transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-02-32C>
-
-                        <PQBL-Qpid-01-1C> -n PQBL-Qpid-01-1C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-01-1C>
-                        <PQBL-Qpid-01-2C> -n PQBL-Qpid-01-2C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=2   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-01-2C>
-                        <PQBL-Qpid-01-4C> -n PQBL-Qpid-01-4C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=4   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-01-4C>
-                        <PQBL-Qpid-01-8C> -n PQBL-Qpid-01-8C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=8   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-01-8C>
-                        <PQBL-Qpid-01-16C>-n PQBL-Qpid-01-16C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=16  transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-01-16C>
-                        <PQBL-Qpid-01-32C>-n PQBL-Qpid-01-32C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=32  transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-01-32C>
-
-                        <PQBL-Qpid-02-1C> -n PQBL-Qpid-02-1C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-02-1C>
-                        <PQBL-Qpid-02-2C> -n PQBL-Qpid-02-2C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=2   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-02-2C>
-                        <PQBL-Qpid-02-4C> -n PQBL-Qpid-02-4C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=4   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-02-4C>
-                        <PQBL-Qpid-02-8C> -n PQBL-Qpid-02-8C    -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=8   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-02-8C>
-                        <PQBL-Qpid-02-16C>-n PQBL-Qpid-02-16C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=16  transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-02-16C>
-                        <PQBL-Qpid-02-32C>-n PQBL-Qpid-02-32C   -d1M  -s[1000]   -c[1]                  -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=32  transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=1000   messageSize=256     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-02-32C>
-                        -->
-
-                        <!--
-                             Bench mark 2. P2P messaging 1:1, scaled up from 1 to 32 times. Queues not shared, just one to one throughput.
-                             Non-tx, and 1 msg per tx.
-                             Persistent and non-persistent.
-                             No rate limiting.
-                             Message size from 128 bytes to 1 Meg.
-                        -->
-                        <!--
-                        <TQBT-Qpid-03-128b>-n TQBT-Qpid-03-128b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-03-128b>
-                        <TQBT-Qpid-03-256b>-n TQBT-Qpid-03-256b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-03-256b>
-                        <TQBT-Qpid-03-512b>-n TQBT-Qpid-03-512b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-03-512b>
-                        <TQBT-Qpid-03-1K>-n TQBT-Qpid-03-1K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1024    destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-03-1K>
-                        <TQBT-Qpid-03-5K>-n TQBT-Qpid-03-5K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=5120    destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-03-5K>
-                        <TQBT-Qpid-03-10K>-n TQBT-Qpid-03-10K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=10240   destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-03-10K>
-                        <TQBT-Qpid-03-50K>-n TQBT-Qpid-03-50K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=51200   destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-03-50K>
-                        <TQBT-Qpid-03-100K>-n TQBT-Qpid-03-100K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=102400  destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-03-100K>
-                        <TQBT-Qpid-03-500K>-n TQBT-Qpid-03-500K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512000  destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-03-500K>
-                        <TQBT-Qpid-03-1M>-n TQBT-Qpid-03-1M     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1048576 destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-03-1M>
-
-                        <TQBT-Qpid-04-128b>-n TQBT-Qpid-04-128b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-04-128b>
-                        <TQBT-Qpid-04-256b>-n TQBT-Qpid-04-256b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-04-256b>
-                        <TQBT-Qpid-04-512b>-n TQBT-Qpid-04-512b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-04-512b>
-                        <TQBT-Qpid-04-1K>-n TQBT-Qpid-04-1K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1024    destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-04-1K>
-                        <TQBT-Qpid-04-5K>-n TQBT-Qpid-04-5K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=5120    destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-04-5K>
-                        <TQBT-Qpid-04-10K>-n TQBT-Qpid-04-10K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=10240   destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-04-10K>
-                        <TQBT-Qpid-04-50K>-n TQBT-Qpid-04-50K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=51200   destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-04-50K>
-                        <TQBT-Qpid-04-100K>-n TQBT-Qpid-04-100K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=102400  destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-04-100K>
-                        <TQBT-Qpid-04-500K>-n TQBT-Qpid-04-500K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512000  destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-04-500K>
-                        <TQBT-Qpid-04-1M>-n TQBT-Qpid-04-1M     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1048576 destinationCount=1  rate=0     maxPending=2000000 </TQBT-Qpid-04-1M>
-
-                        <PQBT-Qpid-03-128b>-n PQBT-Qpid-03-128b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-03-128b>
-                        <PQBT-Qpid-03-256b>-n PQBT-Qpid-03-256b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-03-256b>
-                        <PQBT-Qpid-03-512b>-n PQBT-Qpid-03-512b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-03-512b>
-                        <PQBT-Qpid-03-1K>-n PQBT-Qpid-03-1K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1024    destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-03-1K>
-                        <PQBT-Qpid-03-5K>-n PQBT-Qpid-03-5K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=5120    destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-03-5K>
-                        <PQBT-Qpid-03-10K>-n PQBT-Qpid-03-10K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=10240   destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-03-10K>
-                        <PQBT-Qpid-03-50K>-n PQBT-Qpid-03-50K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=51200   destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-03-50K>
-                        <PQBT-Qpid-03-100K>-n PQBT-Qpid-03-100K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=102400  destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-03-100K>
-                        <PQBT-Qpid-03-500K>-n PQBT-Qpid-03-500K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512000  destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-03-500K>
-                        <PQBT-Qpid-03-1M>-n PQBT-Qpid-03-1M     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1048576 destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-03-1M>
-
-                        <PQBT-Qpid-04-128b>-n PQBT-Qpid-04-128b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-04-128b>
-                        <PQBT-Qpid-04-256b>-n PQBT-Qpid-04-256b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-04-256b>
-                        <PQBT-Qpid-04-512b>-n PQBT-Qpid-04-512b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-04-512b>
-                        <PQBT-Qpid-04-1K>-n PQBT-Qpid-04-1K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1024    destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-04-1K>
-                        <PQBT-Qpid-04-5K>-n PQBT-Qpid-04-5K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=5120    destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-04-5K>
-                        <PQBT-Qpid-04-10K>-n PQBT-Qpid-04-10K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=10240   destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-04-10K>
-                        <PQBT-Qpid-04-50K>-n PQBT-Qpid-04-50K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=51200   destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-04-50K>
-                        <PQBT-Qpid-04-100K>-n PQBT-Qpid-04-100K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=102400  destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-04-100K>
-                        <PQBT-Qpid-04-500K>-n PQBT-Qpid-04-500K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512000  destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-04-500K>
-                        <PQBT-Qpid-04-1M>-n PQBT-Qpid-04-1M     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf   persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1048576 destinationCount=1  rate=0     maxPending=2000000 </PQBT-Qpid-04-1M>
-
-                        <TQBL-Qpid-03-128b>-n TQBL-Qpid-03-128b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-03-128b>
-                        <TQBL-Qpid-03-256b>-n TQBL-Qpid-03-256b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-03-256b>
-                        <TQBL-Qpid-03-512b>-n TQBL-Qpid-03-512b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-03-512b>
-                        <TQBL-Qpid-03-1K>-n TQBL-Qpid-03-1K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1024    destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-03-1K>
-                        <TQBL-Qpid-03-5K>-n TQBL-Qpid-03-5K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=5120    destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-03-5K>
-                        <TQBL-Qpid-03-10K>-n TQBL-Qpid-03-10K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=10240   destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-03-10K>
-                        <TQBL-Qpid-03-50K>-n TQBL-Qpid-03-50K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=51200   destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-03-50K>
-                        <TQBL-Qpid-03-100K>-n TQBL-Qpid-03-100K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=102400  destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-03-100K>
-                        <TQBL-Qpid-03-500K>-n TQBL-Qpid-03-500K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512000  destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-03-500K>
-                        <TQBL-Qpid-03-1M>-n TQBL-Qpid-03-1M     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1048576 destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-03-1M>
-
-                        <TQBL-Qpid-04-128b>-n TQBL-Qpid-04-128b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-04-128b>
-                        <TQBL-Qpid-04-256b>-n TQBL-Qpid-04-256b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-04-256b>
-                        <TQBL-Qpid-04-512b>-n TQBL-Qpid-04-512b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-04-512b>
-                        <TQBL-Qpid-04-1K>-n TQBL-Qpid-04-1K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1024    destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-04-1K>
-                        <TQBL-Qpid-04-5K>-n TQBL-Qpid-04-5K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=5120    destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-04-5K>
-                        <TQBL-Qpid-04-10K>-n TQBL-Qpid-04-10K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=10240   destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-04-10K>
-                        <TQBL-Qpid-04-50K>-n TQBL-Qpid-04-50K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=51200   destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-04-50K>
-                        <TQBL-Qpid-04-100K>-n TQBL-Qpid-04-100K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=102400  destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-04-100K>
-                        <TQBL-Qpid-04-500K>-n TQBL-Qpid-04-500K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512000  destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-04-500K>
-                        <TQBL-Qpid-04-1M>-n TQBL-Qpid-04-1M     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=false pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1048576 destinationCount=1  rate=0     maxPending=2000000 </TQBL-Qpid-04-1M>
-
-                        <PQBL-Qpid-03-128b>-n PQBL-Qpid-03-128b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-03-128b>
-                        <PQBL-Qpid-03-256b>-n PQBL-Qpid-03-256b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-03-256b>
-                        <PQBL-Qpid-03-512b>-n PQBL-Qpid-03-512b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-03-512b>
-                        <PQBL-Qpid-03-1K>-n PQBL-Qpid-03-1K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1024    destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-03-1K>
-                        <PQBL-Qpid-03-5K>-n PQBL-Qpid-03-5K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=5120    destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-03-5K>
-                        <PQBL-Qpid-03-10K>-n PQBL-Qpid-03-10K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=10240   destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-03-10K>
-                        <PQBL-Qpid-03-50K>-n PQBL-Qpid-03-50K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=51200   destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-03-50K>
-                        <PQBL-Qpid-03-100K>-n PQBL-Qpid-03-100K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=102400  destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-03-100K>
-                        <PQBL-Qpid-03-500K>-n PQBL-Qpid-03-500K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512000  destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-03-500K>
-                        <PQBL-Qpid-03-1M>-n PQBL-Qpid-03-1M     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=true  consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1048576 destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-03-1M>
-
-                        <PQBL-Qpid-04-128b>-n PQBL-Qpid-04-128b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-04-128b>
-                        <PQBL-Qpid-04-256b>-n PQBL-Qpid-04-256b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-04-256b>
-                        <PQBL-Qpid-04-512b>-n PQBL-Qpid-04-512b -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512     destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-04-512b>
-                        <PQBL-Qpid-04-1K>-n PQBL-Qpid-04-1K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1024    destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-04-1K>
-                        <PQBL-Qpid-04-5K>-n PQBL-Qpid-04-5K     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=5120    destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-04-5K>
-                        <PQBL-Qpid-04-10K>-n PQBL-Qpid-04-10K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=10240   destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-04-10K>
-                        <PQBL-Qpid-04-50K>-n PQBL-Qpid-04-50K   -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=51200   destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-04-50K>
-                        <PQBL-Qpid-04-100K>-n PQBL-Qpid-04-100K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=102400  destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-04-100K>
-                        <PQBL-Qpid-04-500K>-n PQBL-Qpid-04-500K -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=512000  destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-04-500K>
-                        <PQBL-Qpid-04-1M>-n PQBL-Qpid-04-1M     -d1M  -s[100]    -c[1,32],samples=6,exp -o $QPID_WORK/results -t testPingLatency org.apache.qpid.ping.PingLatencyTestPerf persistent=true  pubsub=false uniqueDests=true  numConsumers=1   transacted=false consTransacted=false consAckMode=1   commitBatchSize=1   batchSize=100    messageSize=1048576 destinationCount=1  rate=0     maxPending=2000000 </PQBL-Qpid-04-1M>
-                        -->
-
                         <!-- Failover Tests. -->
                         <FT-Qpid-01>-n FT-Qpid-01 -s[2500] -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=10000  transacted=true properties=failovertest.properties failBeforeSend=true -o $QPID_WORK/results</FT-Qpid-01>
                         <FT-Qpid-02>-n FT-Qpid-02 -s[2500] -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=10000  transacted=true properties=failovertest.properties failAfterSend=true -o $QPID_WORK/results</FT-Qpid-02>
                         <FT-Qpid-03>-n FT-Qpid-03 -s[2500] -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=1000  transacted=true properties=failovertest.properties failAfterCommit=true -o $QPID_WORK/results</FT-Qpid-03>
                         <FT-Qpid-04>-n FT-Qpid-04 -s[2500] -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=1000 properties=failovertest.properties  transacted=false failBeforeSend=true -o $QPID_WORK/results</FT-Qpid-04>
                         <FT-Qpid-05>-n FT-Qpid-05 -s[2500] -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=1000 properties=failovertest.properties  transacted=false failAfterSend=true -o $QPID_WORK/results</FT-Qpid-05>
-                        <FT-Qpid-01-P>-n FT-Qpid-01-P -s[2500] -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true messageSize=256 batchSize=1000  transacted=true properties=failovertest.properties failBeforeSend=true -o $QPID_WORK/results</FT-Qpid-01-P>
-                        <FT-Qpid-02-P>-n FT-Qpid-02-P -s[2500] -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true messageSize=256 batchSize=1000  transacted=true properties=failovertest.properties failAfterSend=true -o $QPID_WORK/results</FT-Qpid-02-P>
-                        <FT-Qpid-03-P>-n FT-Qpid-03-P -s[2500] -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true messageSize=256 batchSize=1000  transacted=true properties=failovertest.properties failAfterCommit=true -o $QPID_WORK/results</FT-Qpid-03-P>
-                        <FT-Qpid-04-P>-n FT-Qpid-04-P -s[250] -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true messageSize=256 batchSize=1000 properties=failovertest.properties  transacted=false failBeforeSend=true -o $QPID_WORK/results</FT-Qpid-04-P>
-                        <FT-Qpid-05-P>-n FT-Qpid-05-P -s[250] -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true messageSize=256 batchSize=1000 properties=failovertest.properties  transacted=false failAfterSend=true -o $QPID_WORK/results</FT-Qpid-05-P>
 
                     </commands>
                 </configuration>