JDG 7 JMX: Difference between revisions
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
{| | {| | ||
| <span id="statistics">statistics</span>|| [[Infinispan_Enabling_Cache_Statistics#Status|Enabling Cache Statistics]] | | <span id="statistics">statistics</span>|| [[Infinispan_Enabling_Cache_Statistics#Status|Enabling Cache Statistics]] | ||
|- | |||
| <span id="created_cache_count">createdCacheCount</span>|| [[Infinispan_Cache_Manager_Metrics#Defined_Cache_Count.2C_Created_Cache_Count|Cache Manager Metrics]] | |||
|- | |||
| <span id="cluster_members">members</span>|| [[Infinispan_Cache_Manager_Metrics#Cluster_Members|Cache Manager Metrics]] | |||
|- | |- | ||
| <span id="averageReadTime">averageReadTime</span>|| [[Infinispan Cache Metrics#Average_Read.2C_Write_and_Remove_Time|Cache Metrics]] | | <span id="averageReadTime">averageReadTime</span>|| [[Infinispan Cache Metrics#Average_Read.2C_Write_and_Remove_Time|Cache Metrics]] |
Revision as of 17:00, 27 October 2016
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
statistics | Enabling Cache Statistics |
createdCacheCount | Cache Manager Metrics |
members | Cache Manager Metrics |
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
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 |