![]() Previous |
![]() Next |
The GC Statistics panel shows critical garbage collection metrics during the recording period. Table: GC Statistics Panel Field Descriptions lists the GC Configuration panel data fields.
GC Statistics Panel Field Descriptions
Field | Description |
---|---|
Garbage Collections |
The number of times garbage was collected during the recording period. |
Minimum Main Pause |
The main pause is the longest time that the garbage collector had to stop running Java. It indicates how intrusive the garbage collection is to the application run. The minimum main pause is the smallest such pause for all the garbage collections. |
Average Main Pause |
The average time for all garbage collection causes. |
Maximum Main Pause |
The longest time increment that the garbage collector stopped running Java during an individual garbage collection. For a concurrent collector, there can be many small pauses. |