com.twitter.jvm
Take a GC log produced by:
$ jstat -gc $PID 250 ...
And report on GC prediction accuracy. Time is indexed by the jstat output, and the columns are, in order: current time, next gc, estimated next GC.
Take a GC log produced by:
$ jstat -gc $PID 250 ...
And report on GC prediction accuracy. Time is indexed by the jstat output, and the columns are, in order: current time, next gc, estimated next GC.