Skip to content

Instantly share code, notes, and snippets.

@s-petit
Created October 11, 2018 11:10
Show Gist options
  • Select an option

  • Save s-petit/ade53a522f4228b9121cad407eb353b9 to your computer and use it in GitHub Desktop.

Select an option

Save s-petit/ade53a522f4228b9121cad407eb353b9 to your computer and use it in GitHub Desktop.
Monitoring JVM

Process en cours d’execution

jps -lvm

Connaitre les options d’une JVM en cours d’execution

jcmd VM.command_line

jcmd VM.flags

jcmd VM.version

Connaitre les stats du GC d’un process JVM en cours d’execution

jstat -gc

Thread dump :

jstack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment