Wednesday, December 16, 2020

Reading the GC Events



Real: wall clock time – time from start to finish of the call.
User: the amount of CPU time spent in user-mode code (outside the kernel) within the process.
Sys: the amount of CPU time spent in the kernel within the process.

More:https://blog.gceasy.io/2016/12/08/real-time-greater-than-user-and-sys-time/

No comments:

Post a Comment