Description:

Checks the amount of Java Heap available in the JVM for a particular JVM Memory Pool. If the amount of space used exceeds some configurable threshold, will warn (via a log message and System-Level Bulletin) that the memory pool is exceeding this threshold.

Tags:

monitor, memory, heap, jvm, gc, garbage collection, warning

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.

Name Default Value Allowable Values Description
Memory Pool The name of the JVM Memory Pool to monitor
Usage Threshold 65% Indicates the threshold at which warnings should be generated
Reporting Interval Indicates how often this reporting task should report bulletins while the memory utilization exceeds the configured threshold