Hi Team,
I would like to ask one question that in the given below link, you illustrated one example on GC tuning in which you mentioned;
-XX:MaxGCPauseMillis=10000 -XX:MaxGCMinorPauseMillis=100 -XX:GCTimeRatio=2
Mean minor GC pause time: | 0.06 seconds |
Maximum full GC pause time: | 5.33 seconds |
Throughput: | 80.19 % |
How are you calculating throughput value assuming that mean minor GC pause time and maximum full GC pause time are average values from GC logs.
Can you please explain throughput value as GCTimeRatio is not matching with 80.19%(1/(1+2))