Skip to content

Instantly share code, notes, and snippets.

@obohrer
Created March 16, 2012 11:37
Show Gist options
  • Save obohrer/2049698 to your computer and use it in GitHub Desktop.
Save obohrer/2049698 to your computer and use it in GitHub Desktop.
Heap dump with jmap / Stack trace
#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