diff options
author | Gordon Sim <gsim@apache.org> | 2011-01-11 11:02:05 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2011-01-11 11:02:05 +0000 |
commit | 82f2bf33f3c39bdcde2720420bb406d9f405ac68 (patch) | |
tree | 872d88e7ba816d3f2a48d5fc08a57bb96eabe634 /specs | |
parent | d3cc015488955b0baa60cbd9b8dbe579aed26d40 (diff) | |
download | qpid-python-82f2bf33f3c39bdcde2720420bb406d9f405ac68.tar.gz |
QPID-2991: added message counts to connection stats; fixed xxxToClient stats
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1057578 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r-- | specs/management-schema.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index b861cbd5da..b59f4c79d1 100644 --- a/specs/management-schema.xml +++ b/specs/management-schema.xml @@ -251,6 +251,8 @@ <statistic name="framesToClient" type="count64"/> <statistic name="bytesFromClient" type="count64"/> <statistic name="bytesToClient" type="count64"/> + <statistic name="msgsFromClient" type="count64"/> + <statistic name="msgsToClient" type="count64"/> <method name="close"/> </class> |