Skip to content

Instantly share code, notes, and snippets.

@saswata-dutta
Created June 23, 2021 06:36
Show Gist options
  • Save saswata-dutta/82dabf7ab3ef9763565725ea21b55f1b to your computer and use it in GitHub Desktop.
Save saswata-dutta/82dabf7ab3ef9763565725ea21b55f1b to your computer and use it in GitHub Desktop.
tools to look into stuck threads in jvm
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