Skip to content

paulorfarah/async-profiler-JfrParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

async-profiler-JfrParser

Parser of jfr file created by async-profiler

Dependencies

https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.6/async-profiler-2.6-linux-x64.tar.gz

  • async-profiler.jar
  • converter.jar

Generate JFR file using maven

Download and extract async-profiler:

Set environment variable MAVEN_OPTS with parameters of async-profiler:

  • sudo vim /etc/environment
  • export MAVEN_OPTS="-agentpath:/path/async-profiler-2.5.1-linux-x64/build/libasyncProfiler.so=start,event=wall,alloc,interval=10000,file=/path/profile.jfr"
  • save and exit (:wq)
  • source /etc/environment

Run maven command

  • mvn test

Parse JFR file

java JfrParser /path/profile.jfr /path/profile.txt

About

Parser of jfr file created by async-profiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages