Profile Image
GCeasy User

What does Minor GC Stats table report?

What is 'Minor GC' statistics and What does Minor GC Stats table report?

 

  • minor-gc

Please Sign In or to post your comment or answer

Profile Image

Prithi

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:

  1. Minor GC Count: Total no. of Minor GC Events.
  2. Minor GC reclaimed: Amount of bytes removed from memory through Minor GC.
  3. Minor GC Total time: Amount of time spent on Minor GC.
  4. Minor GC avg time: Average time taken by the Minor GCs (i.e., total time taken by all Minor GCs/no of Minor GCs)
  5. Minor GC avg time std dev: Standard Deviation of the Minor GC average times.
  6. Minor GC min/max time: Minimum or Maximum time is taken by all the Minor GCs.
  7. Minor GC Interval avg: Average time interval between Minor GCs

Got something else on mind? Post Your Question

Not the answer you're looking for? Browse other questions tagged
  • minor-gc