diff options
| author | Ted Ross <tross@apache.org> | 2009-02-24 14:15:28 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-02-24 14:15:28 +0000 |
| commit | 043cfb51401c11dbe9a9db7c07580f3ff84efb3b (patch) | |
| tree | bf265ab71177abf6184750bb610cb5009fe12671 /qpid/specs | |
| parent | 37d3f0675c0b7f6052c14d104a6b03e78b86965a (diff) | |
| download | qpid-python-043cfb51401c11dbe9a9db7c07580f3ff84efb3b.tar.gz | |
QPID-1676 - Added client process name and pid to connection object for management.
Supported in C++, Python, and Ruby clients.
Still needs to be added to the Java clients.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747389 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
| -rw-r--r-- | qpid/specs/management-schema.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml index 307ced1245..67c90a1fbe 100644 --- a/qpid/specs/management-schema.xml +++ b/qpid/specs/management-schema.xml @@ -206,6 +206,9 @@ <property name="SystemConnection" type="bool" access="RC" desc="Infrastucture/ Inter-system connection (Cluster, Federation, ...)"/> <property name="federationLink" type="bool" access="RO" desc="Is this a federation link"/> <property name="authIdentity" type="sstr" access="RO" desc="authId of connection if authentication enabled"/> + <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"/> <statistic name="closing" type="bool" desc="This client is closing by management request"/> <statistic name="framesFromClient" type="count64"/> <statistic name="framesToClient" type="count64"/> |
