diff options
| author | Ken Giusti <kgiusti@apache.org> | 2011-03-02 19:02:00 +0000 |
|---|---|---|
| committer | Ken Giusti <kgiusti@apache.org> | 2011-03-02 19:02:00 +0000 |
| commit | 3785bcf35fa120765a5a6de91a884eafbbfe2c4e (patch) | |
| tree | f073bfa1d01cb2aaf413c9fa92a3828b9bbdb88b /specs | |
| parent | e6de3580ea93301b6680281e82b1a0febfc0c7eb (diff) | |
| download | qpid-python-3785bcf35fa120765a5a6de91a884eafbbfe2c4e.tar.gz | |
QPID-3081: add statistic for queue flow control transitions
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1076329 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
| -rw-r--r-- | specs/management-schema.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index e52e3f23cf..881632c881 100644 --- a/specs/management-schema.xml +++ b/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"/> |
