Created
May 30, 2019 09:52
-
-
Save aserrallerios/0b5a5eb2a2c3268a873522b247b380ed to your computer and use it in GitHub Desktop.
Get info about a running JVM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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