![]() Previous |
![]() Next |
The GC Statistics panel shows critical garbage collection metrics. This panel contains the following fields:
Garbage Collections: The number of garbage collections that occurred during recording.
Minimum Main Pause: The shortest main pause among all the garbage collections.
Average Main Pause: The average main pause for all the garbage collections.
Maximum Main Pause: The longest main pause among all the garbage collections.
Tip: A main pause for a garbage collection is the longest pause in a running Java application caused by the garbage collection. |