Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JMX ConfigurationDescription

Monitors the Count attribute of the MBean represented by the object name java.nio:type=BufferPool,name=direct.

Image RemovedImage Added

Monitors the UsageThresholdExceeded and CollectionUsageThresholdExceeded attributes of any bean that belongs to the java.lang domain and is of type MemoryPool. This will monitor beans with any name, thus for example:

  • java.lang:type=MemoryPool,name=CMS Old Gen
  • java.lang:type=MemoryPool,name=Code Cache
  • java.lang:type=MemoryPool,name=Par Eden Space
  • etc

 

Monitor all beans which domain starts with java and which have type and name properties defined. Monitors all attributes.

...