Skip to content

Instantly share code, notes, and snippets.

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 aserrallerios/0b5a5eb2a2c3268a873522b247b380ed to your computer and use it in GitHub Desktop.
Save aserrallerios/0b5a5eb2a2c3268a873522b247b380ed to your computer and use it in GitHub Desktop.
Get info about a running JVM
jcmd <pid> VM.system_properties
jcmd <pid> VM.flags
jcmd <pid> VM.command_line
jcmd <pid> GC.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment