summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-02-25 15:04:55 +0000
committerTed Ross <tross@apache.org>2009-02-25 15:04:55 +0000
commite7be65166ffb08622ad089c844098d50895920ee (patch)
tree717c409a8174e4fc55d0223fcc9b2466fe80ee5a /qpid/specs
parent2afc6d440b12d024280f11b025baf6cdd1eeeb46 (diff)
downloadqpid-python-e7be65166ffb08622ad089c844098d50895920ee.tar.gz
Added "uptime" to the management object for the broker.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747809 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 67c90a1fbe..bc38350a45 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -70,6 +70,7 @@
<property name="mgmtPubInterval" type="uint16" access="RW" unit="second" min="1" desc="Interval for management broadcasts"/>
<property name="version" type="sstr" access="RO" desc="Running software version"/>
<property name="dataDir" type="sstr" access="RO" optional="y" desc="Persistent configuration storage location"/>
+ <statistic name="uptime" type="deltaTime"/>
<method name="echo" desc="Request a response to test the path to the management broker">
<arg name="sequence" dir="IO" type="uint32" default="0"/>