Created
March 16, 2012 11:37
-
-
Save obohrer/2049698 to your computer and use it in GitHub Desktop.
Heap dump with jmap / Stack trace
This file contains 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
#Heap dump | |
jmap -dump:format=b,file=heapdump.b pid | |
#Just stacktraces | |
jstack pid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment