summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2011-03-02 19:02:00 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2011-03-02 19:02:00 +0000
commitbfc890b6dbfc25211dfd9639f76df46e47e0e129 (patch)
tree4447ff369453cda6dd815a66d662e2dbb79ea2b1 /qpid/specs
parent872b548667e23d49a8ffacfd272a38f44a19321c (diff)
downloadqpid-python-bfc890b6dbfc25211dfd9639f76df46e47e0e129.tar.gz
QPID-3081: add statistic for queue flow control transitions
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1076329 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index e52e3f23cf..881632c881 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -176,6 +176,7 @@
<statistic name="unackedMessages" type="hilo32" unit="message" desc="Messages consumed but not yet acked"/>
<statistic name="messageLatency" type="mmaTime" unit="nanosecond" desc="Broker latency through this queue"/>
<statistic name="flowStopped" type="bool" desc="Flow control active."/>
+ <statistic name="flowStoppedCount" type="count32" desc="Number of times flow control was activated for this queue"/>
<method name="purge" desc="Discard all or some messages on a queue">
<arg name="request" dir="I" type="uint32" desc="0 for all messages or n>0 for n messages"/>