You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2017/12/21 18:07:11 UTC

[2/2] qpid-dispatch git commit: DISPATCH-872 - Shortened the header for dropped unsettleds and added help text to the qdstat man page.

DISPATCH-872 - Shortened the header for dropped unsettleds and added help text to the qdstat man page.


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/ac9c414f
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/ac9c414f
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/ac9c414f

Branch: refs/heads/master
Commit: ac9c414f25d6238ed91b134291f00ef82bb5236c
Parents: b5dcaff
Author: Ted Ross <tr...@redhat.com>
Authored: Thu Dec 21 13:04:56 2017 -0500
Committer: Ted Ross <tr...@redhat.com>
Committed: Thu Dec 21 13:06:13 2017 -0500

----------------------------------------------------------------------
 doc/man/qdstat.8.adoc | 3 +++
 tools/qdstat          | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/ac9c414f/doc/man/qdstat.8.adoc
----------------------------------------------------------------------
diff --git a/doc/man/qdstat.8.adoc b/doc/man/qdstat.8.adoc
index c94f476..bd62be4 100644
--- a/doc/man/qdstat.8.adoc
+++ b/doc/man/qdstat.8.adoc
@@ -123,6 +123,9 @@ The total number of deliveries that have transited this link.
 presett::
 The number of pre-settled deliveries that transited this link.
 
+psdrop::
+The number of pre-settled deliveries that were dropped due to congestion.
+
 acc::
 The number of deliveries on this link that were accepted.
 

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/ac9c414f/tools/qdstat
----------------------------------------------------------------------
diff --git a/tools/qdstat b/tools/qdstat
index ecaac99..839b0be 100755
--- a/tools/qdstat
+++ b/tools/qdstat
@@ -283,7 +283,7 @@ class BusManager(Node):
                     has_dropped_presettled_count = True
 
         if has_dropped_presettled_count:
-            heads.append(Header("droppedpresett"))
+            heads.append(Header("psdrop"))
 
         heads.append(Header("acc"))
         heads.append(Header("rej"))


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