Skip to content

Instantly share code, notes, and snippets.

@rynmrtn
Created December 7, 2011 20:25
Show Gist options
  • Save rynmrtn/1444474 to your computer and use it in GitHub Desktop.
Save rynmrtn/1444474 to your computer and use it in GitHub Desktop.
Java Performance Tools from the Command Line
$ jps
$ jmap -histo {pid}
$ jstat -gcutil -h10 {pid} 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment