JDG 6 JMX: Difference between revisions
Jump to navigation
Jump to search
Line 86: | Line 86: | ||
{| | {| | ||
| <span id="statisticsEnabled_individual_cache">statisticsEnabled</span>|| [[Infinispan_Enabling_Cache_Statistics#Status|Enabling Cache Statistics]] | | <span id="statisticsEnabled_individual_cache">statisticsEnabled</span>|| [[Infinispan_Enabling_Cache_Statistics#Status|Enabling Cache Statistics]] | ||
|- | |||
| <span id="cache_status">cacheStatus</span>|| [[Infinispan_Cache_Metrics#Cache_Status|Cache Status]] | |||
|- | |- | ||
| <span id="averageReadTime_individual_cache">averageReadTime</span>|| [[Infinispan Cache Metrics#Average_Read.2C_Write_and_Remove_Time|Cache Metrics]] | | <span id="averageReadTime_individual_cache">averageReadTime</span>|| [[Infinispan Cache Metrics#Average_Read.2C_Write_and_Remove_Time|Cache Metrics]] |
Revision as of 15:56, 27 October 2016
jboss.infinispan:type=Server,name=HotRod,component=Transport
totalBytesRead | HotRod Connector Metrics |
totalBytesWritten | HotRod Connector Metrics |
numberWorkerThreads | HotRod Connector Metrics |
numberOfLocalConnections | HotRod Connector Metrics |
numberOfGlobalConnections | HotRod Connector Metrics |
jboss.infinispan:type=CacheManager,name="<cache-container-name>",component=CacheContainerStats
Example:
jboss.infinispan:type=CacheManager,name="clustered",component=CacheContainerStats
statisticsEnabled | Enabling Cache Statistics |
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.infinispan:type=CacheManager,name="<cache-container-name>",component=CacheManager
Example:
jboss.infinispan:type=CacheManager,name="clustered",component=CacheManager
TODO:
clusterMembers
The members of the JGroups group. Example: "[n2-tcp/clustered, n3-tcp/clustered, n1-tcp/clustered]"
Also see CLI cluster-members.
createdCacheCount
An integer representing the number of created caches configured for this container.
Also see CLI created-cache-count.
END OF TODO
jboss.infinispan:type=Cache,name="<cache-name>(<mode>_sync|async)",manager="<cache-container-name>",component=Statistics
Example:
jboss.infinispan:type=Cache,name="dist-example(dist_sync)",manager="clustered",component=Statistics
statisticsEnabled | 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 |