GitHub user ted-ross opened a pull request:
https://github.com/apache/qpid-dispatch/pull/253
Enhanced link-statistics
This pull request contains a code change that adds the following contents
to the management entities in the router:
- An index number has been added to the router.node entity to facilitate
mapping histogram slots to router identities.
- A new attribute in the 'link' entity called 'ingressHistogram'. This
attribute is valid only for outgoing links on normal connections. It contains
an array of numbers that indicate the number of deliveries that arrived on each
ingress router in the network.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ted-ross/qpid-dispatch tross-link-stats
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-dispatch/pull/253.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #253
----
commit 98720da4674f15524b4b64b8b0fc892f64e53ad0
Author: Ted Ross <tross@...>
Date: 2018-02-09T15:52:31Z
Added index number to the router.node entity. This will be needed to map
histogram slots to router identities.
commit f3fe1e290a75cce3ad1168b64afcc0011fd9a3dd
Author: Ted Ross <tross@...>
Date: 2018-02-09T21:54:02Z
Added functioning ingress histogram for endpoint out-links.
Still needed:
- Tests
- Removal of the older mechanism for determing ingress router in
multicast forwarder
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]