Infinispan Cache Manager Metrics: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 27: | Line 27: | ||
The members of the JGroups group. Example: "[n2-tcp/clustered, n3-tcp/clustered, n1-tcp/clustered]". The metric is exposed as 'clusterMembers' (JMX) or 'members' (CLI). | The members of the JGroups group. Example: "[n2-tcp/clustered, n3-tcp/clustered, n1-tcp/clustered]". The metric is exposed as 'clusterMembers' (JMX) or 'members' (CLI). | ||
{| | |||
| [[JDG_6_JMX#cluster_members |JDG 6 JMX]] || [[JDG 6 CLI#cluster_members|JDG 6 CLI]] | |||
|- | |||
| [[JDG 7 JMX#cluster_members|JDG 7 JMX]] || [[JDG 7 CLI#cluster_members|JDG 7 CLI]] | |||
|- | |||
|} |
Revision as of 16:55, 27 October 2016
Internal
Overview
This section documents the monitoring metrics exposed exclusively by the cache manager.
Note that the cache managers aggregate various metrics for the caches they manage. Those metrics are documented here:
Defined Cache Count, Created Cache Count
Created cache count (exposed as JMX 'createdCacheCount' or CLI 'created-cache-count') is an integer representing the number of cache instances created by this container.
JDG 6 JMX | JDG 6 CLI |
JDG 7 JMX | JDG 7 CLI |
Cluster Members
The members of the JGroups group. Example: "[n2-tcp/clustered, n3-tcp/clustered, n1-tcp/clustered]". The metric is exposed as 'clusterMembers' (JMX) or 'members' (CLI).
JDG 6 JMX | JDG 6 CLI |
JDG 7 JMX | JDG 7 CLI |