Created
June 23, 2021 06:36
-
-
Save saswata-dutta/82dabf7ab3ef9763565725ea21b55f1b to your computer and use it in GitHub Desktop.
tools to look into stuck threads in jvm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jps -lm | |
jstack -l <pid> | |
jcmd <pid> Thread.print |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment