You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ernest Allen (JIRA)" <ji...@apache.org> on 2013/11/08 21:20:17 UTC

[jira] [Created] (QPID-5319) Add ability to get list of connections through server management agent

Ernest Allen created QPID-5319:
----------------------------------

             Summary: Add ability to get list of connections through server management agent
                 Key: QPID-5319
                 URL: https://issues.apache.org/jira/browse/QPID-5319
             Project: Qpid
          Issue Type: Improvement
          Components: Qpid Dispatch
    Affects Versions: Future
            Reporter: Ernest Allen


Add a management agent handler that will return a list of connections. 
The following info should be returned: 
state     - the state of the connection (Connecting, Opening, Operational, Failed, User) 
host      - the host of the connection's container 
port      - the post of the connection's container
container - the name of the remote connection container
sasl      - the sasl mechanism list of the connection's container
role      - the role of the connection's container

tools/src/py/qdstat should also be updated with a -c command line switch. 
./qdstat -c -b localhost:20001
Connections
  state        host     port   container  sasl-mechanisms  role
  =======================================================================
  Operational  0.0.0.0  20002  QDR.B      ANONYMOUS        inter-router
  Operational  0.0.0.0  20003  QDR.C      ANONYMOUS        inter-router
  Operational  0.0.0.0  20004  QDR.D      ANONYMOUS        inter-router




--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org