Created
August 1, 2016 12:33
-
-
Save cherniag/496da0aee088d8adb43db6d4068fed08 to your computer and use it in GitHub Desktop.
java tools
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
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