You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by bh...@apache.org on 2019/11/13 17:10:26 UTC

[qpid-dispatch] branch master updated: Add qdstat -g section to qdstat man page. This closes #617.

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

bhardesty 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 fe3d419  Add qdstat -g section to qdstat man page. This closes #617.
fe3d419 is described below

commit fe3d419a491e7feeeb37b8b3e66c3a479ab3ba6d
Author: Ben Hardesty <bh...@redhat.com>
AuthorDate: Mon Nov 11 16:49:47 2019 -0500

    Add qdstat -g section to qdstat man page. This closes #617.
---
 docs/man/qdstat.8.adoc | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 86 insertions(+)

diff --git a/docs/man/qdstat.8.adoc b/docs/man/qdstat.8.adoc
index 9f9b57a..73ba312 100644
--- a/docs/man/qdstat.8.adoc
+++ b/docs/man/qdstat.8.adoc
@@ -41,6 +41,92 @@ include::{generated_man}/qdstat_help.adoc[]
 OUTPUT COLUMNS
 --------------
 
+qdstat -g
+~~~~~~~~~
+
+Version::
+The version of Dispatch Router.
+
+Mode::
+The router's operating mode:
+- `standalone` - The router operates as a single, standalone network node.
+- `interior` - The router operates in cooperation with other interior routers in an interconnected network.
+- `edge` - The router operates at the edge of the router network. It maintains an uplink connection to an interior router.
+
+Router Id::
+The router's ID.
+
+Uptime::
+Time this router has been up. Displayed in the days:hours:minutes:seconds format.
+
+// Area::
+
+Link Routes::
+The number of active and inactive link routes configured for this router.
+
+Auto Links::
+The number of incoming and outgoing auto links configured for this router.
+
+Links::
+The number of incoming and outgoing links attached to the router.
+
+Nodes::
+The number of peer routers connected to this router.
+
+Addresses::
+The number of addresses with links attached to this router.
+
+Connections::
+The number of connections to the router. This includes connections from and to any AMQP route container.
+
+Presettled Count::
+The number of presettled deliveries forwarded by this router.
+
+Dropped Presettled Count::
+The number of presettled deliveries that this router dropped due to congestion.
+
+Accepted Count::
+The number of deliveries forwarded by this router that were accepted.
+
+Rejected Count::
+The number of deliveries forwarded by this router that were rejected.
+
+Released Count::
+The number of deliveries forwarded by this router that were released.
+
+Modified Count::
+The number of deliveries forwarded by this router that were modified.
+
+Deliveries Delayed > 1sec::
+The number of deliveries forwarded by this router that were unsettled for more than one second.
+
+Deliveries Delayed > 10sec::
+The number of deliveries forwarded by this router that were unsettled for more than ten seconds.
+
+Deliveries Stuck > 10sec::
+The number of deliveries forwarded by this router that were stuck for more than ten seconds.
+
+Deliveries to Fallback::
+The number of deliveries that were forwarded to a fallback destination.
+
+Links Blocked::
+The number of links that are blocked. A blocked link is one in which the available credit has remained zero for more than 10 seconds.
+
+Ingress Count::
+The number of messages sent to this router.
+
+Egress Count::
+The number of messages sent from this router.
+
+Transit Count::
+The number of deliveries sent to another router in the network.
+
+Deliveries from Route Container::
+The number of deliveries this router has received from AMQP route containers.
+
+Deliveries to Route Container::
+The number of deliveries this router has sent to AMQP route containers.
+
 qdstat -c
 ~~~~~~~~~
 id::


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