Return to list

Gauges | {{heading}}

Limited functionality since agent is not currently connected
No matching MBean found
MBean not found
There is already a gauge for this MBean
If the object name includes at least one occurrence of the wildcard characters asterisk (*) or question mark (?), then the object name is a pattern. The asterisk matches any sequence of zero or more characters, while the question mark matches any single character. (see https://docs.oracle.com/javase/8/docs/api/javax/management/ObjectName.html)
MBean attributes
(select MBean object name first)
There are no number-valued attributes for this MBean
Marking an MBean attribute as a counter indicates that it is a monotonically increasing value (e.g. the total garbage collection time since JVM startup). When an mbean attribute is marked as a counter, the deltas are captured and displayed instead of the raw values (e.g. the total garbage collection time since the last capture). Also, when rolling up mbean attributes that are marked as counters, the (delta) values are weighted by the time between captures instead of a straight average.