summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-02-03 20:41:04 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-02-03 20:41:04 +0000
commit3d9965d421aa906be764a9a809ca36ac1f23f12f (patch)
tree0ece150b772e3e750b17de9727008c0cfc06a72b /qpid/specs
parent0b75a457cfc81813a27f287598fa2da4cae7a586 (diff)
downloadqpid-python-3d9965d421aa906be764a9a809ca36ac1f23f12f.tar.gz
Add in management statistics for client flow control.
Really fixed Client library to count credit the same way the broker does. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@740433 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index 3baa1fea4a..307ced1245 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -285,6 +285,7 @@
<property name="detachedLifespan" type="uint32" access="RO" unit="second"/>
<property name="attached" type="bool" access="RO"/>
<property name="expireTime" type="absTime" access="RO" optional="y"/>
+ <property name="maxClientRate" type="uint32" access="RO" unit="msgs/sec" optional="y"/>
<statistic name="framesOutstanding" type="count32"/>
@@ -293,6 +294,8 @@
<statistic name="TxnRejects" type="count64" unit="transaction" desc="Total transactions rejected"/>
<statistic name="TxnCount" type="count32" unit="transaction" desc="Current pending transactions"/>
+ <statistic name="clientCredit" type="count32" unit="message" desc="Client message credit"/>
+
<method name="solicitAck"/>
<method name="detach"/>
<method name="resetLifespan"/>