summaryrefslogtreecommitdiff
path: root/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
commitcddb14732340187296847418e419e70e3d007494 (patch)
treee9ff06f9d5e55296c216be15751777aa035ed9ab /specs
parent56dfac7334ce38be1b093cf9469e41f5611b3da8 (diff)
downloadqpid-python-cddb14732340187296847418e419e70e3d007494.tar.gz
Added "uptime" to the management object for the broker.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@747809 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r--specs/management-schema.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml
index 67c90a1fbe..bc38350a45 100644
--- a/specs/management-schema.xml
+++ b/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"/>