[
https://issues.apache.org/jira/browse/DISPATCH-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16872860#comment-16872860
]
ASF GitHub Bot commented on DISPATCH-1374:
------------------------------------------
codecov-io commented on issue #527: DISPATCH-1374 - Added qdstat options
--all-routers and --all-entities
URL: https://github.com/apache/qpid-dispatch/pull/527#issuecomment-505684410
#
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/527?src=pr&el=h1)
Report
> Merging
[#527](https://codecov.io/gh/apache/qpid-dispatch/pull/527?src=pr&el=desc) into
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/ecc149babe13eb34f7bd1937c1b72adf73dfd535?src=pr&el=desc)
will **decrease** coverage by `0.03%`.
> The diff coverage is `n/a`.
[](https://codecov.io/gh/apache/qpid-dispatch/pull/527?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## master #527 +/- ##
==========================================
- Coverage 86.86% 86.82% -0.04%
==========================================
Files 87 87
Lines 19519 19519
==========================================
- Hits 16955 16948 -7
- Misses 2564 2571 +7
```
| [Impacted
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/527?src=pr&el=tree) |
Coverage Δ | |
|---|---|---|
|
[...c/router\_core/modules/test\_hooks/core\_test\_hooks.c](https://codecov.io/gh/apache/qpid-dispatch/pull/527/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL21vZHVsZXMvdGVzdF9ob29rcy9jb3JlX3Rlc3RfaG9va3MuYw==)
| `92.67% <0%> (-1.28%)` | :arrow_down: |
|
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/527/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
| `94.6% <0%> (-0.52%)` | :arrow_down: |
|
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/527/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
| `93.69% <0%> (-0.13%)` | :arrow_down: |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/527?src=pr&el=continue).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/527?src=pr&el=footer).
Last update
[ecc149b...7a7869b](https://codecov.io/gh/apache/qpid-dispatch/pull/527?src=pr&el=lastupdated).
Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add qdstat options --all-routers and all-entities which display statistics of
> all routers and displays all entities
> -------------------------------------------------------------------------------------------------------------------
>
> Key: DISPATCH-1374
> URL: https://issues.apache.org/jira/browse/DISPATCH-1374
> Project: Qpid Dispatch
> Issue Type: Improvement
> Components: Container
> Affects Versions: 1.7.0
> Reporter: Ganesh Murthy
> Assignee: Ganesh Murthy
> Priority: Major
> Fix For: 1.9.0
>
>
> # Introduce two new command line options to qdstat called --all-routers and
> --all-entities
> # qdstat --all-routers - Is the same as - qdstat --all-routers
> --all-entities.
> ## Will display information on all entities from all interior routers if the
> qdstat client connects to an interior router.
> ## Will display information on all entities from only that edge router if
> the qdstat client connects to an edge router
> # qdstat --all-entities
> ## Will display information on all entities from only that interior or edge
> router that the qdstat client is connecting to.
> # qdstat --all-entities -c
> ## Error. Cannot ask for all entities and also specifically ask for
> connection entity ?
> # qdstat -c
> ## As usual, just display connections in the router that the qdstat client
> is connecting to
> # qdstat -c --all-routers
> ## Will display connection information for all interior routers in the
> network if the qdstat client is connected to an interior router
> ## Will display connection information for only that edge router if the
> qdstat client is connected to and edge router.
> # qdstat --all-entities --all-routers
> ## Same as qdstat --all-routers (see #2)
> # General stuff
> # Include date timestamp when the dump was taken
> # Display in stdout just like other qdstat options
> # Aggregated output must consist of distinct sections which pertain to each
> router and should be preceded by the router id for easy identification
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]