1.1

Table Of Contents
DescriptionObjectName(s)
Provides statistics about statement execution. This is created by
invoking the manageStats operation of the GemFire.CacheVM or
GemFire.Statistics:type=StatementStats
GemFire.Member MBeans, if statement statistics capture is enabled.
See Evaluating Query Plans and Query Statistics on page 267.
Use the collections and collectionTime attributes to measure JVM
garbage collection performance. If you monitor these attributes, also
enable GC logging at the JVM level to record additional information.
GemFire.Statistic:type=VMGCStats,name=ConcurrentMarkSweep
GemFire.Statistic:type=VMGCStats,name=ParNew
Monitor the currentUsedMemory and currentMaxMemory attributes
to measure the memory used in these pools.
GemFire.Statistic:type=VMMemoryPoolStats,name=CMS Old
Gen-Heap memory
GemFire.Statistic:type=VMMemoryPoolStats,name=Par Eden
Space-Heap memory
GemFire.Statistic:type=VMMemoryPoolStats,name=Par Survivor
Space-Heap memory
Monitor the usedMemory and maxMemory attributes to measure the
memory used in this area.
GemFire.Statistic:type=VMMemoryUsageStats,name=vmHeapMemoryStats
305
Using Java Management Extensions (JMX)