GCPlot / gcplot

📈 GCPlot - all-in-one JVM GC Logs Analyzer (Server)
https://gcplot.com
Apache License 2.0
176 stars 38 forks source link

support for Java v9 GC log formatting? #13

Open eostermueller opened 4 years ago

eostermueller commented 4 years ago

Hi, do you have plans to support the new GC log formatting with JDK 9 and later? ...detailed here: https://dzone.com/articles/disruptive-changes-to-gc-logging-in-java-9

Thanks for sharing this interesting utility.

--Erik

dmart28 commented 4 years ago

@eostermueller no, for now there are no such plans, since I've lack of time to support gcplot properly.

eladtamary commented 3 years ago

Hi @dmart28, I used your project to investigate OOM issues we had and it was great 👍 . I loved the simplicity and ease-of-use of it.

Knowing that you lack the time to support this project, are you open to pull requests?

Thanks, Elad