In the GCeasy report, Minor GC Stats reports information like Minor GC count, Minor GC reclaimed Minor GC Time, Minor Avg GC Time, etc. This summary is based on real-time. For more details on the difference between user, real and sys time, refer to this blog.
Minor GC Stats reports the following:
- Minor GC Count: Total no. of Minor GC Events.
- Minor GC reclaimed: Amount of bytes removed from memory through Minor GC.
- Minor GC Total time: Amount of time spent on Minor GC.
- Minor GC avg time: Average time taken by the Minor GCs (i.e., total time taken by all Minor GCs/no of Minor GCs)
- Minor GC avg time std dev: Standard Deviation of the Minor GC average times.
- Minor GC min/max time: Minimum or Maximum time is taken by all the Minor GCs.
- Minor GC Interval avg: Average time interval between Minor GCs
Edit your Comment