Author: rajith
Date: Tue Nov 13 07:35:17 2007
New Revision: 594565

URL: http://svn.apache.org/viewvc?rev=594565&view=rev
Log:
Scripts to run the producer and consumer tests

Added:
    incubator/qpid/trunk/qpid/java/perftests/etc/scripts/run_consumer.sh   
(with props)
    incubator/qpid/trunk/qpid/java/perftests/etc/scripts/run_producer.sh   
(with props)

Added: incubator/qpid/trunk/qpid/java/perftests/etc/scripts/run_consumer.sh
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/perftests/etc/scripts/run_consumer.sh?rev=594565&view=auto
==============================================================================
--- incubator/qpid/trunk/qpid/java/perftests/etc/scripts/run_consumer.sh (added)
+++ incubator/qpid/trunk/qpid/java/perftests/etc/scripts/run_consumer.sh Tue 
Nov 13 07:35:17 2007
@@ -0,0 +1 @@
+java -Xms256m -Xmx1024m -Ddestinations="test" -Dduration=1H -DlogDuration=5 
-DlogFilePath="/home/rajith/qpid" -Dbroker_shel="ext" 
-Djava.naming.provider.url="/home/rajith/tests.properties" 
-Djava.naming.factory.initial=org.apache.qpid.jndi.PropertiesFileInitialContextFactory
 -Djms_timeout=2000 -cp qpid-perftests-1.0-incubating-M2-SNAPSHOT.jar 
org.apache.qpid.client.perf.MessageConsumerTest

Propchange: incubator/qpid/trunk/qpid/java/perftests/etc/scripts/run_consumer.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/qpid/trunk/qpid/java/perftests/etc/scripts/run_producer.sh
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/perftests/etc/scripts/run_producer.sh?rev=594565&view=auto
==============================================================================
--- incubator/qpid/trunk/qpid/java/perftests/etc/scripts/run_producer.sh (added)
+++ incubator/qpid/trunk/qpid/java/perftests/etc/scripts/run_producer.sh Tue 
Nov 13 07:35:17 2007
@@ -0,0 +1 @@
+java -Xms256m -Xmx1024m -Ddestinations="test" -Dduration=1H -DlogDuration=5 
-DlogFilePath="/home/rajith/qpid" -Dbroker_shel="ext" 
-Dmessage_size_before_sync=512 
-Djava.naming.provider.url="/home/rajith/tests.properties" 
-Djava.naming.factory.initial=org.apache.qpid.jndi.PropertiesFileInitialContextFactory
 -Djms_timeout=2000 -cp qpid-perftests-1.0-incubating-M2-SNAPSHOT.jar 
org.apache.qpid.client.perf.MessageProducerTest

Propchange: incubator/qpid/trunk/qpid/java/perftests/etc/scripts/run_producer.sh
------------------------------------------------------------------------------
    svn:executable = *


Reply via email to