...
Garbage Collection | |
Indicator | Description |
---|---|
Average space cleared by minor GC since 5 minutes | The average space, in MB, cleared by minor garbage collections in the last interval (5 minutes by default). |
Average space cleared by major GC since 5 minutes | The average space, in MB, cleared by major garbage collections in the last interval (5 minutes by default). |
Amount of minor GC since 5 minutes | The number er of minor garbage collections executed in the last completed interval (5 minutes by default). |
Amount of major GC since 5 minutes | The number of major garbage collections executed in the last completed interval (5 minutes by default). |
...
CPU | |
Indicator | Description |
---|---|
Active threads | The number of active threads in the JVM. |
CPU Overview | The total CPU usage by all processes. |
Process CPU | The CPU usage of the current JVM process presented as a percentage of the total available. |
...