Hang a gc object off process.monitor with readonly absolute values since
the monitr process is started of:
count: # of times GC stop-the-world events have occurred
elapsed: cumulative elapsed time in milliseconds spent in GC
By taking a snapshot of these values at two different times (t1 and t2),
application code can determine count and duration of GC events between
t1 and t2.
Hang a gc object off process.monitor with readonly absolute values since the monitr process is started of:
By taking a snapshot of these values at two different times (t1 and t2), application code can determine count and duration of GC events between t1 and t2.