Open LakshanKarunathilake opened 4 years ago
Hi @LakshanKarunathilake, I developed a project. https://github.com/chrishantha/jfr-flame-graph/. This supports Java 8. I'm working on supporting latest Java versions..
This projects is mentioned in the news page: http://www.brendangregg.com/flamegraphs.html See "More Flame Graph news (updated Jun 2015)"
We are using JDK 11 and it is not supporting JDK 11, any plans on supporting JDK 11? I can land some contributions if you can help me out
FYI, async-profiler has a converter from JFR to FlameGraph, compatible with JDK 11 recordings.
java -cp converter.jar jfr2flame input.jfr output.html
converter.jar is included in all new releases.
@apangin Thanks I'll look into that
Actually the usage is
java -cp converter.jar jfr2flame input.jfr output.html
Is there a way to create a flame graph using a JFR file, or any recommendation to convert JFR to a possible format