]
Bela Ban resolved JGRP-2005.
----------------------------
Resolution: Done
Probe: more detailed information about RPCs
-------------------------------------------
Key: JGRP-2005
URL:
https://issues.jboss.org/browse/JGRP-2005
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 3.6.8
{{probe.sh rpcs}} currently only returns the number of multicasts, anycasts and unicasts
(async and sync) since the last reset. Add 3 additional keys:
* rpcs-enable-details: captures detailed information from now on. This is not enabled by
default as capturing this information is costly (hashmap put/get, timing of RPCs etc)
* rpcs-disable-details: disables capturing of details
* rpcs-details: dumps detailed information (needs to be enabled before)
** For async RPCs: number of RPCs for every destination (unicast or multicast)
** For sync RPCs: ditto, plus min/max/avg invocation times