Description:
Reporting Task that checks how much Java Heap Space is
available after Full Garbage Collections. When the heap exceeds a
specified threshold immediatley following a Full Garbage Collection,
this Reporting Task will create a WARNING level log message and create
a System-Level bulletin to notify the user.
Properties:
- Memory Pool
- The name of the JVM Memory Pool. The allowed values depend
on the JVM and operating system. The following values are typically supported:
- PS Old Gen
- PS Survivor Space
- PS Eden Space
- PS Perm Gen
- Required: true
- Default value: (none)
- Supports expression language: false
- Usage Threshold
-
The threshold for memory usage that will cause a notification to occur. The format can either be a percentage (e.g., 80%) or a Data Size (e.g., 1 GB)
- Required: true
- Default value: 65%
- Supports expression language: false
- Reporting Interval
-
Indicates how often this reporting task should report bulletins while the memory utilization exceeds the configured threshold.
If set, must be a valid time period (e.g., "5 mins")
- Required: false
- Default value: (none)
- Supports expression language: false