Skip to content

Instantly share code, notes, and snippets.

@cherniag
Created August 1, 2016 12:33
Show Gist options
  • Save cherniag/496da0aee088d8adb43db6d4068fed08 to your computer and use it in GitHub Desktop.
Save cherniag/496da0aee088d8adb43db6d4068fed08 to your computer and use it in GitHub Desktop.
java tools
sudo /usr/java/jdk1.8.0_60/bin/jstack -F -m 29186
print stacktrace for every thread, -m includes native
sudo /usr/java/jdk1.8.0_60/bin/jmap -histo:live 29186
prints histogram of java objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment