summaryrefslogtreecommitdiff
path: root/java/perftests/etc/chartdefs/1030-BatchSize-Equal.chartdef
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2012-12-20 17:32:49 +0000
committerKeith Wall <kwall@apache.org>2012-12-20 17:32:49 +0000
commit23a69251d004ae745b35c2e44858681092e84130 (patch)
treeb337db688c0ce50871f5664d032327fafb39a9bf /java/perftests/etc/chartdefs/1030-BatchSize-Equal.chartdef
parent7181599c253eb5e9f869bd828e22ca8813d94eb5 (diff)
downloadqpid-python-23a69251d004ae745b35c2e44858681092e84130.tar.gz
NO-JIRA: [Java Broker] Added new perf test script to test the varying consumer/producer batch size independently of the other. This simulates a use-case that has been problematic for previous Qpid versions.
Changed visualisation-jfc to allow the perf-test result summary page title to be specified from the command line. Converted BatchSize script from JSON to Javascript. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1424600 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/etc/chartdefs/1030-BatchSize-Equal.chartdef')
-rw-r--r--java/perftests/etc/chartdefs/1030-BatchSize-Equal.chartdef37
1 files changed, 37 insertions, 0 deletions
diff --git a/java/perftests/etc/chartdefs/1030-BatchSize-Equal.chartdef b/java/perftests/etc/chartdefs/1030-BatchSize-Equal.chartdef
new file mode 100644
index 0000000000..97b712e027
--- /dev/null
+++ b/java/perftests/etc/chartdefs/1030-BatchSize-Equal.chartdef
@@ -0,0 +1,37 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# 'License'); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+chartType=XYLINE
+chartTitle=Transaction Batch Sizes Equal
+chartSubtitle=Persistent 1KB messages
+chartDescription=1P 1C, persistent, transacted with message payload 1KB with producer/consumer batch size varying between 1-400 messages for both P and C
+
+xAxisTitle=Batch Size
+yAxisTitle=Throughput (messages/s)
+
+series.1.statement=SELECT batchSize, throughputMessagesPerS FROM BatchSize WHERE participantName = 'All'
+series.1.legend=Equal Producer/Consumer
+series.1.dir=${csvCurrentDir}
+series.1.colourName=red
+
+series.2.statement=SELECT batchSize, throughputMessagesPerS FROM BatchSize WHERE participantName = 'All'
+series.2.legend=Equal Producer/Consumer (Baseline)
+series.2.dir=${csvBaselineDir}
+series.2.colourName=dark_red
+series.2.strokeWidth=-1