You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2019/08/29 15:05:44 UTC

[qpid-dispatch] branch master updated: NO-JIRA - Add qdstat -e descriptions to qdstat man page. This closes #549.

This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 96d389a  NO-JIRA - Add qdstat -e descriptions to qdstat man page. This closes #549.
96d389a is described below

commit 96d389a3214fbfeb49f7a9bf56920a8a6e085807
Author: Ben Hardesty <bh...@redhat.com>
AuthorDate: Tue Aug 13 15:30:31 2019 -0400

    NO-JIRA - Add qdstat -e descriptions to qdstat man page. This closes #549.
---
 docs/man/qdstat.8.adoc | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/docs/man/qdstat.8.adoc b/docs/man/qdstat.8.adoc
index cd8f8a8..aee0b38 100644
--- a/docs/man/qdstat.8.adoc
+++ b/docs/man/qdstat.8.adoc
@@ -57,6 +57,7 @@ The connection's role:
   - 'normal' - The normal connection from a client to a router.
   - 'inter-router' - The connection between routers to form a network.
   - 'route-container' - The connection to or from a broker or other host to receive link routes and waypoints.
+  - 'edge' - The connection between an edge router and an interior router.
 
 dir::
 The direction in which the connection was established:
@@ -167,7 +168,7 @@ name::
 The link name (only shown if the -v option is provided).
 
 qdstat -n
-^^^^^^^^^
+~~~~~~~~~
 
 router-id::
 The router's ID.
@@ -187,6 +188,32 @@ The list of neighbor routers (the router's link-state). This field is available
 valid-origins::
 The list of origin routers for which the best path to the listed router passes through this router (available only with the -v option).
 
+qdstat -e
+~~~~~~~~~
+
+id::
+The connection's unique identifier.
+
+host::
+The hostname or internet address of the remotely-connected edge router.
+
+container::
+The container name of the remotely-connected edge router.
+
+dir::
+The direction in which the connection was established:
+  - 'in' - The connection was initiated by the edge router.
+  - 'out' - The connection was initiated by this router.
+
+security::
+The security or encryption method, if any, used for this connection.
+
+authentication::
+The authentication method and user ID of the connection's authenticated user.
+
+tenant::
+If the connection is to a listener using multi-tenancy, this column displays the tenant namespace for the connection.
+
 qdstat -a
 ~~~~~~~~~
 


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