Open pburka opened 5 years ago
Yes - as documented in the readme, uptime currently is required. for GCViewer to work
Minimum tags required: -Xlog:gc=info:file="path-to-file":tags,uptime,level
I might change this in the future.
Would this be addressed by https://github.com/chewiebug/GCViewer/pull/269 ?
Probably yes!
In Java 11, if you collect GC logs with time, but not uptime (e.g.
-Xlog:gc*=info:gclog:time,tags -XX:+UseParallelGC
), GCViewer seems to parse the logs successfully, but it can't graph them. All of the lines are bunched up against the left hand side of the graph, and throughput calculation is completely wrong (i.e. a large negative number).