Hi,
I am starting a testng test on my java application.
When I start application I use "Run configuration " --> Testng
Then I add the following;
-DjvmArgs="-XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:StartFlightRecording=name=default,settings=default -XX:FlightRecorderOptions=defaultrecording=true,dumponexit=true,dumponexitpath=/home/my_user/tmp/dumponexit.jfr"
But I cannot see any jfr file.
//mikael