Skip to content

Instantly share code, notes, and snippets.

@pmauduit
Last active September 24, 2015 13:27
Show Gist options
  • Save pmauduit/cdd819a85d566dd11df9 to your computer and use it in GitHub Desktop.
Save pmauduit/cdd819a85d566dd11df9 to your computer and use it in GitHub Desktop.
JPS / Jstat - JVM heap memory monitoring pour les pauvres
watch -n1 "jstat -gc <PID> | awk '{if (NR !=1) {print \$7 - \$8}}'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment