Skip to content

Instantly share code, notes, and snippets.

@hicolour
Created February 25, 2016 21:44
Show Gist options
  • Save hicolour/2b7d2d78503a2025327d to your computer and use it in GitHub Desktop.
Save hicolour/2b7d2d78503a2025327d to your computer and use it in GitHub Desktop.
jvm-debuging
# basic info
jcmd <PID> PerfCounter.print
# thread dump
jcmd <PID> Thread.print
# enable jmx
jcmd <PID> ManagementAgent.start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment