JDG 6 JMX: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 13: | Line 13: | ||
|- | |- | ||
|} | |} | ||
=jboss.infinispan:type=CacheManager,name="<cache-container-name>",component=CacheManager= | |||
Example: | |||
<pre> | |||
jboss.infinispan:type=CacheManager,name="clustered",component=CacheManager | |||
</pre> | |||
{| | |||
| <span id="?">?</span>|| [[Infinispan_Cache_Container_Metrics#Average_Read.2C_Write_and_Remove_Time|Cache Container Metrics]] | |||
|- | |||
|} | |||
====clusterMembers==== | |||
The members of the JGroups group. Example: "[n2-tcp/clustered, n3-tcp/clustered, n1-tcp/clustered]" | |||
Also see [[#cluster-members|CLI cluster-members]]. | |||
====createdCacheCount==== | |||
An integer representing the number of created caches configured for this container. | |||
Also see [[#created-cache-count|CLI created-cache-count]]. |
Revision as of 19:01, 25 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=CacheManager
Example:
jboss.infinispan:type=CacheManager,name="clustered",component=CacheManager
? | Cache Container Metrics |
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.