summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-02-05 23:02:45 +0000
committerAlan Conway <aconway@apache.org>2010-02-05 23:02:45 +0000
commit5dd3cd3ae035673bf6003b6422712663ffa57fe5 (patch)
tree0fd603d1e693b5c75ff41a86ed0051b04fa99f02 /specs
parentf5408c46da630d308f6e2a80b8b228cd398b89b4 (diff)
downloadqpid-python-5dd3cd3ae035673bf6003b6422712663ffa57fe5.tar.gz
Consistent connection names across a cluster.
- use the same host:port for connections and their shadows. - add shadow property to managment connection to identify shadows. - updated qpid-stat and qpid-cluster to filter on shadow property. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@907123 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 f8be051c62..b9e895c4b4 100644
--- a/specs/management-schema.xml
+++ b/specs/management-schema.xml
@@ -236,6 +236,7 @@
<property name="remoteProcessName" type="sstr" access="RO" optional="y" desc="Name of executable running as remote client"/>
<property name="remotePid" type="uint32" access="RO" optional="y" desc="Process ID of remote client"/>
<property name="remoteParentPid" type="uint32" access="RO" optional="y" desc="Parent Process ID of remote client"/>
+ <property name="shadow" type="bool" access="RO" desc="True for shadow connections"/>
<statistic name="closing" type="bool" desc="This client is closing by management request"/>
<statistic name="framesFromClient" type="count64"/>
<statistic name="framesToClient" type="count64"/>