Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for JSON thread dump generated by jcmd <pid> Thread.dump_to_file -format json <file> #4

Open
AlanBateman opened this issue Mar 25, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AlanBateman
Copy link

You might want to try out the thread dump produced by the jcmd and Thread.dump_to_file command. This can be used to generate a thread dump in JSON format that is easy to parse. It also includes virtual threads and also preserves the thread groupings. At this time it does not include thread state or lock information. The igr/tdv project clearly stats that it's for the author own use, this issue is really more of an FYI that there is an alternative thread dump that designed to be parsed.

@igr igr added the enhancement New feature or request label Mar 26, 2024
@igr igr self-assigned this Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants