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 2018/07/10 13:35:19 UTC

qpid-dispatch git commit: DISPATCH-1065 - Update qdstat output for enhanced stats. This closes #337

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 95ef612cc -> 19c4118c2


DISPATCH-1065 - Update qdstat output for enhanced stats. This closes #337


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

Branch: refs/heads/master
Commit: 19c4118c2d8efe0eb2c80b715623a14d56e5290b
Parents: 95ef612
Author: Ben Hardesty <bh...@redhat.com>
Authored: Thu Jul 5 16:43:02 2018 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Tue Jul 10 09:33:08 2018 -0400

----------------------------------------------------------------------
 .../user-guide/monitoring-using-qdstat.adoc     | 62 ++++++++++++--------
 1 file changed, 36 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/19c4118c/docs/books/user-guide/monitoring-using-qdstat.adoc
----------------------------------------------------------------------
diff --git a/docs/books/user-guide/monitoring-using-qdstat.adoc b/docs/books/user-guide/monitoring-using-qdstat.adoc
index c0b1c64..fdad27f 100644
--- a/docs/books/user-guide/monitoring-using-qdstat.adoc
+++ b/docs/books/user-guide/monitoring-using-qdstat.adoc
@@ -61,18 +61,28 @@ This example shows general statistics for the local router:
 ----
 $ qdstat -g
 Router Statistics
-  attr         value
-  =========================
-  Version      0.8.0
-  Mode         standalone
-  Area         0
-  Router Id    Router.A
-  Link Routes  0
-  Auto Links   0
-  Links        2
-  Nodes        0
-  Addresses    4
-  Connections  1
+  attr                             value
+  =============================================
+  Version                          1.2.0
+  Mode                             standalone
+  Router Id                        Router.A
+  Link Routes                      0
+  Auto Links                       0
+  Links                            2
+  Nodes                            0
+  Addresses                        4
+  Connections                      1
+  Presettled Count                 0
+  Dropped Presettled Count         0
+  Accepted Count                   2
+  Rejected Count                   0
+  Released Count                   0
+  Modified Count                   0
+  Ingress Count                    2
+  Egress Count                     1
+  Transit Count                    0
+  Deliveries from Route Container  0
+  Deliveries to Route Container    0
 ----
 --
 
@@ -156,20 +166,20 @@ Viewing the links displays the following:
 ----
 $ qdstat -l
 Router Links
-  type            dir  conn id  id  peer  class   addr                  phs  cap  undel  unsett  del  presett  acc  rej  rel  mod  admin    oper
-  ==============================================================================================================================================
-  router-control  in   2        7                                            250  0      0       2876 0        0    0    0    0    enabled  up // <1>
-  router-control  out  2        8         local   qdhello                    250  0      0       2716 0        0    0    0    0    enabled  up
-  inter-router    in   2        9                                            250  0      0       1    0        0    0    0    0    enabled  up
-  inter-router    out  2        10                                           250  0      0       1    0        0    0    0    0    enabled  up
-  endpoint        in   1        11        mobile  my_queue_wp           1    250  0      0       3    0        0    0    0    0    enabled  up // <2>
-  endpoint        out  1        12        mobile  my_queue_wp           0    250  0      0       3    0        0    0    0    0    enabled  up
-  endpoint        out  4        15        mobile  my_address            0    250  0      0       0    0        0    0    0    0    enabled  up // <3>
-  endpoint        out  6        18  19                                       250  0      0       1    0        0    0    0    0    enabled  up // <4>
-  endpoint        in   1        19  18                                       0    0      0       1    0        0    0    0    0    enabled  up // <5>
-  endpoint        out  19       40        mobile  my_queue_wp           1    250  0      0       1    0        0    0    0    0    enabled  up // <6>
-  endpoint        in   24       48        mobile  $management           0    250  0      0       1    0        0    0    0    0    enabled  up
-  endpoint        out  24       49        local   temp.mx5HxzUe2Eddw_s       250  0      0       0    0        0    0    0    0    enabled  up
+  type            dir  conn id  id  peer  class   addr                  phs  cap  undel  unsett  del  presett  psdrop  acc  rej  rel  mod  admin    oper
+  ======================================================================================================================================================
+  router-control  in   2        7                                            250  0      0       2876 0        0       0    0    0    0    enabled  up // <1>
+  router-control  out  2        8         local   qdhello                    250  0      0       2716 0        0       0    0    0    0    enabled  up
+  inter-router    in   2        9                                            250  0      0       1    0        0       0    0    0    0    enabled  up
+  inter-router    out  2        10                                           250  0      0       1    0        0       0    0    0    0    enabled  up
+  endpoint        in   1        11        mobile  my_queue_wp           1    250  0      0       3    0        0       0    0    0    0    enabled  up // <2>
+  endpoint        out  1        12        mobile  my_queue_wp           0    250  0      0       3    0        0       0    0    0    0    enabled  up
+  endpoint        out  4        15        mobile  my_address            0    250  0      0       0    0        0       0    0    0    0    enabled  up // <3>
+  endpoint        out  6        18  19                                       250  0      0       1    0        0       0    0    0    0    enabled  up // <4>
+  endpoint        in   1        19  18                                       0    0      0       1    0        0       0    0    0    0    enabled  up // <5>
+  endpoint        out  19       40        mobile  my_queue_wp           1    250  0      0       1    0        0       0    0    0    0    enabled  up // <6>
+  endpoint        in   24       48        mobile  $management           0    250  0      0       1    0        0       0    0    0    0    enabled  up
+  endpoint        out  24       49        local   temp.mx5HxzUe2Eddw_s       250  0      0       0    0        0       0    0    0    0    enabled  up
 ----
 <1> The `conn id` 2 connection has four links (in both directions) for inter-router communications with `Router.B`, such as control messages and normal message-routed deliveries.
 <2> There are two autolinks (`conn id 1`) for the waypoint for `my_queue_wp`. There is an incoming (`id 11`) and outgoing (`id 12`) link to the broker, and another `out` link (`id 40`) to the receiver.


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