Skip to content

Instantly share code, notes, and snippets.

@cleantutorials
Created November 20, 2019 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleantutorials/aadd2bc4cd008499b2a5717e697ecb17 to your computer and use it in GitHub Desktop.
Save cleantutorials/aadd2bc4cd008499b2a5717e697ecb17 to your computer and use it in GitHub Desktop.
Command to take Heap dump of Java Application using Jmap
jmap -dump:live,file=<file-name + .hprof> <pid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment