diff options
| author | Keith Wall <kwall@apache.org> | 2012-07-05 14:56:45 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2012-07-05 14:56:45 +0000 |
| commit | c47834db296c0fda1bc97c662412a6310d788a5a (patch) | |
| tree | 7dddf13443321d755e44fa7e2e4f6dd706ec51e0 /qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef | |
| parent | 8b555d057f483874d9384c15bd989c975d18e0b0 (diff) | |
| download | qpid-python-c47834db296c0fda1bc97c662412a6310d788a5a.tar.gz | |
QPID-4110 added topic support to performance tests.
Specifically:
- Added support for creating and tearing down durable subscriptions
- Improved IterationValueTest so that we test the format for boolean properties (such as durableSubscription)
- Added test and chart definitions
Applied patch from Philip Harvey <phil@philharveyonline.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1357650 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef')
| -rw-r--r-- | qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef b/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef new file mode 100644 index 0000000000..aa449f48c9 --- /dev/null +++ b/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef @@ -0,0 +1,28 @@ +# +# 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=BAR +chartTitle=Topic transient/durable subscriptions +chartSubtitle=1KB messages +xAxisTitle=Durable subscription +yAxisTitle=Throughput (KB/s) + +series.1.statement=SELECT isDurableSubscription, throughputKbPerS FROM Topic-Persistence WHERE participantName = 'All Consumers' +series.1.legend=Current +series.1.dir=${csvCurrentDir} |
