Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Extract JFR information from Linux Command Line

Marco MosciniAug 5 2024

I would like to ask if there is a way to extract information(CPU load and execution time) from a JFR file via the command line or java code for each stack trace row of each event.
I used the jfr command to first extract the summary of events and then for each event, the related stack trace(as you can see in the attached image).
I am able to identify what I was looking for, but my problem is the correlation with the CPU load and time used for each stack trace row.
Is it possible to do that?
Thank you so much.
Marco

Comments
Post Details
Added on Aug 5 2024
7 comments
133 views