Infinispan Cache Manager Metrics: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Infinispan Monitoring =Overview= This section documents the monitoring metrics exposed ''exclusively'' by the cache manager....")
 
 
(7 intermediate revisions by the same user not shown)
Line 12: Line 12:
:[[Infinispan Cache Metrics|Cache Metrics]]
:[[Infinispan Cache Metrics|Cache Metrics]]
</blockquote>
</blockquote>
=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#created_cache_count |JDG 6 JMX]] || [[JDG 6 CLI#created_cache_count|JDG 6 CLI]]
|-
| [[JDG 7 JMX#created_cache_count|JDG 7 JMX]] ||  [[JDG 7 CLI#created_cache_count|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#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]]
|-
|}

Latest 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:

Cache Metrics

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