JDG 7 JMX

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

jboss.as:subsystem=datagrid-infinispan-endpoint,hotrod-connector=hotrod-connector

bytesRead HotRod Connector Metrics
bytesWritten HotRod Connector Metrics
workerThreads HotRod Connector Metrics

The JMX interface does not expose the number of active connections.

jboss.as:subsystem=datagrid-infinispan,cache-container=<cache-container-name>

Example:

jboss.as:subsystem=datagrid-infinispan,cache-container=clustered

Note that the same metrics are exposed by an equivalent MBean (probably for backward compatibility reasons):

jboss.datagrid-infinispan:type=CacheManager,name="clustered",component=CacheContainerStats
jboss.datagrid-infinispan:type=CacheManager,name="clustered",component=CacheManager
statistics Enabling Cache Statistics
createdCacheCount Cache Manager Metrics
members, clusterMembers Cache Manager Metrics Different MBeans expose this metric under different names.
averageReadTime Cache Metrics
averageWriteTime Cache Metrics
averageRemoveTime Cache Metrics
numberOfEntries Infinispan Cache Number of Entries
hits Cache Metrics
misses Cache Metrics
stores Cache Metrics
removeHits Cache Metrics
removeMisses Cache Metrics
readWriteRatio Cache Metrics
hitRatio Cache Metrics

jboss.as:subsystem=datagrid-infinispan,cache-container=<container-name>,<mode>-cache=<cache-name>

Examples

jboss.as:subsystem=datagrid-infinispan,cache-container=clustered,distributed-cache=example

Note that the same metrics are exposed by equivalent MBeans (probably for backward compatibility reasons):

jboss.datagrid-infinispan:type=Cache,name="example(dist_sync)",manager="clustered",component=Cache
jboss.datagrid-infinispan:type=Cache,name="example(dist_sync)",manager="clustered",component=Statistics
jboss.datagrid-infinispan:type=Cache,name="example(dist_sync)",manager="clustered",component=RpcManager
statistics Enabling Cache Statistics
cacheStatus Cache Status
averageReadTime Cache Metrics
averageWriteTime Cache Metrics
averageRemoveTime Cache Metrics
numberOfEntries Infinispan Cache Number of Entries
hits Cache Metrics
misses Cache Metrics
stores Cache Metrics
removeHits Cache Metrics
removeMisses Cache Metrics
readWriteRatio Cache Metrics
hitRatio Cache Metrics
replicationCount Clustering Performance Statistics
replicationFailures Clustering Performance Statistics
averageReplicationTime Clustering Performance Statistics
successRatio Clustering Performance Statistics
successRatioFloatingPoint Clustering Performance Statistics