diff options
author | Andrew Stitcher <astitcher@apache.org> | 2009-02-03 20:41:04 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2009-02-03 20:41:04 +0000 |
commit | 3acf5739b4025362a073c0b3a61537c7991c6eb2 (patch) | |
tree | 168788d96d13921e6e02c10fdf2cae319b18880f /specs | |
parent | 4d7398f3ec2879bb2921f4b464d7b3e9c2503886 (diff) | |
download | qpid-python-3acf5739b4025362a073c0b3a61537c7991c6eb2.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/qpid@740433 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r-- | specs/management-schema.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index 3baa1fea4a..307ced1245 100644 --- a/specs/management-schema.xml +++ b/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"/> |