summaryrefslogtreecommitdiff
path: root/java/perftests/etc/scripts
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2007-11-29 23:21:26 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2007-11-29 23:21:26 +0000
commit61429546c970cef69d06020aac93bbc98ea1a9e4 (patch)
tree319a40f7e9772c31ff64b905c9a4a03dc05c5188 /java/perftests/etc/scripts
parente80b169599c6ec09343054b06d9f4162dc0f7ad4 (diff)
downloadqpid-python-61429546c970cef69d06020aac93bbc98ea1a9e4.tar.gz
Modified the scripts
And made the default log frequency to every 1000 msgs git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@599624 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/etc/scripts')
-rwxr-xr-xjava/perftests/etc/scripts/run_consumer.sh3
-rwxr-xr-xjava/perftests/etc/scripts/run_producer.sh3
2 files changed, 4 insertions, 2 deletions
diff --git a/java/perftests/etc/scripts/run_consumer.sh b/java/perftests/etc/scripts/run_consumer.sh
index 9ae356da3c..26585ff930 100755
--- a/java/perftests/etc/scripts/run_consumer.sh
+++ b/java/perftests/etc/scripts/run_consumer.sh
@@ -1 +1,2 @@
-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
+java -Xms256m -Xmx1024m -Ddestinations="test" -Dduration=15M -DlogFrequency=1000 -DlogFilePath="/home/rajith/qpid" -Dmax_prefetch=1000 -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
+
diff --git a/java/perftests/etc/scripts/run_producer.sh b/java/perftests/etc/scripts/run_producer.sh
index 95a45f5f9a..f27c1f7469 100755
--- a/java/perftests/etc/scripts/run_producer.sh
+++ b/java/perftests/etc/scripts/run_producer.sh
@@ -1 +1,2 @@
-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
+java -Xms256m -Xmx1024m -Ddestinations="test" -Dduration=15M -DlogFrequency=1000 -DlogFilePath="/home/rajith/qpid" -Dmessage_size_before_sync=25000 -Dmessage_size_before_flush=10000 -Djava.naming.provider.url="/home/rajith/tests.properties" -Djava.naming.factory.initial=org.apache.qpid.jndi.PropertiesFileInitialContextFactory -cp qpid-perftests-1.0-incubating-M2-SNAPSHOT.jar org.apache.qpid.client.perf.MessageProducerTest
+