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

2013-11-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13821781#comment-13821781
 ] 

ASF subversion and git services commented on QPID-5319:
---

Commit 1541689 from [~tedross] in branch 'dispatch/trunk'
[ https://svn.apache.org/r1541689 ]

QPID-5319 - Added management access for connections.
Applied patch from Ernie Allen

 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
Assignee: Ted Ross
 Attachments: dispatch.connectors.diff4


 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
   statehost port   container  sasl-mechanisms  role
   ===
   Operational  0.0.0.0  20002  QDR.B  ANONYMOUSinter-router
   Operational  0.0.0.0  20003  QDR.C  ANONYMOUSinter-router
   Operational  0.0.0.0  20004  QDR.D  ANONYMOUSinter-router



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

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



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

2013-11-08 Thread Ted Ross (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13817773#comment-13817773
 ] 

Ted Ross commented on QPID-5319:


I tested this patch with two routers connected together.  If I look at the 
connections on one router, I see a connection to the other.  If I look at the 
other, I see no connections.

If repeatedly invoke qdstat -c, the connections eventually disappear.  Also, I 
never see the connection that comes from qdstat itself.


 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
Assignee: Ted Ross
 Attachments: dispatch.connectors.diff3


 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
   statehost port   container  sasl-mechanisms  role
   ===
   Operational  0.0.0.0  20002  QDR.B  ANONYMOUSinter-router
   Operational  0.0.0.0  20003  QDR.C  ANONYMOUSinter-router
   Operational  0.0.0.0  20004  QDR.D  ANONYMOUSinter-router



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

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