JDG 6 JMX: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 55: Line 55:
</pre>
</pre>


{|
| <span id="created_cache_count">createdCacheCount</span>|| [[Infinispan_Enabling_Cache_Statistics#Status|Enabling Cache Statistics]]
|-
|}


<font color=red>
<font color=red>
Line 65: Line 70:


Also see [[#cluster-members|CLI cluster-members]].
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]].


END OF TODO
END OF TODO
</font>
</font>


=jboss.infinispan:type=Cache,name="<cache-name>(<mode>_sync|async)",manager="<cache-container-name>",component=Cache=
=jboss.infinispan:type=Cache,name="<cache-name>(<mode>_sync|async)",manager="<cache-container-name>",component=Cache=

Revision as of 16:49, 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


createdCacheCount Enabling Cache Statistics

TODO:

clusterMembers

The members of the JGroups group. Example: "[n2-tcp/clustered, n3-tcp/clustered, n1-tcp/clustered]"

Also see CLI cluster-members.

END OF TODO

jboss.infinispan:type=Cache,name="<cache-name>(<mode>_sync|async)",manager="<cache-container-name>",component=Cache

Example:

jboss.infinispan:type=Cache,name="example(dist_sync)",manager="clustered",component=Cache
cacheStatus Cache Status

jboss.infinispan:type=Cache,name="<cache-name>(<mode>_sync|async)",manager="<cache-container-name>",component=Statistics

Example:

jboss.infinispan:type=Cache,name="example(dist_sync)",manager="clustered",component=Statistics
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