Author: ritchiem
Date: Fri Jan 11 06:48:39 2008
New Revision: 611193

URL: http://svn.apache.org/viewvc?rev=611193&view=rev
Log:
Quick scripts to run performance tests.

Added:
    incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Connections.sh   
(with props)
    incubator/qpid/branches/M2.1/java/perftests/etc/scripts/JobQueue.sh   (with 
props)
    incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Latency.sh   (with 
props)
    incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Reliability.sh   
(with props)
    incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Throughput.sh   
(with props)

Added: incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Connections.sh
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Connections.sh?rev=611193&view=auto
==============================================================================
--- incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Connections.sh 
(added)
+++ incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Connections.sh Fri 
Jan 11 06:48:39 2008
@@ -0,0 +1 @@
+find . -regex '\.\/[P|T].CT-.*\.sh' -exec  {} -o results-Connections/ --csv \; 

Propchange: 
incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Connections.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Connections.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/qpid/branches/M2.1/java/perftests/etc/scripts/JobQueue.sh
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/perftests/etc/scripts/JobQueue.sh?rev=611193&view=auto
==============================================================================
--- incubator/qpid/branches/M2.1/java/perftests/etc/scripts/JobQueue.sh (added)
+++ incubator/qpid/branches/M2.1/java/perftests/etc/scripts/JobQueue.sh Fri Jan 
11 06:48:39 2008
@@ -0,0 +1 @@
+find . -regex '.*BL-.*\.sh' -exec  {} -o results-JobQueue/ --csv \; 

Propchange: incubator/qpid/branches/M2.1/java/perftests/etc/scripts/JobQueue.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/qpid/branches/M2.1/java/perftests/etc/scripts/JobQueue.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Latency.sh
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Latency.sh?rev=611193&view=auto
==============================================================================
--- incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Latency.sh (added)
+++ incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Latency.sh Fri Jan 
11 06:48:39 2008
@@ -0,0 +1 @@
+find . -regex '\.\/[P|T].CL-.*\.sh' -exec  {} -o results-Latency/ --csv \; 

Propchange: incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Latency.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Latency.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Reliability.sh
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Reliability.sh?rev=611193&view=auto
==============================================================================
--- incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Reliability.sh 
(added)
+++ incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Reliability.sh Fri 
Jan 11 06:48:39 2008
@@ -0,0 +1 @@
+ find . -regex '.*R-Qpid-0[1-2].*\.sh' -exec  {} -o results-Reliability/ --csv 
\; && for i in `seq 1 6` ; do find . -regex '.*R-Qpid-0[3-7].*\.sh' -exec  {} 
-o results-Reliability/ --csv  \; ; done

Propchange: 
incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Reliability.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Reliability.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Throughput.sh
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Throughput.sh?rev=611193&view=auto
==============================================================================
--- incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Throughput.sh 
(added)
+++ incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Throughput.sh Fri 
Jan 11 06:48:39 2008
@@ -0,0 +1 @@
+ find . -regex '.*T.BT-.*\.sh' -exec  {} -o 2110rc3-throughput/ --csv $* \; 

Propchange: 
incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Throughput.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/qpid/branches/M2.1/java/perftests/etc/scripts/Throughput.sh
------------------------------------------------------------------------------
    svn:executable = *


Reply via email to