Have you ever wanted to get information about a JVM that is already running? Find out things like what command line parameters were used to start the JVM or what was the main method used to start the JVM?
Java SE 7 includes a number of tools you can use to monitor your Java Virtual Machine (JVM). In this tutorial, learn to use the jps command and the new jcmd command to get information about currently running JVMs on a system. Then, use the process information with jstat to monitor JVM garbage collection activity locally and remotely.
Release Date: 17-Jul-12
Duration: 45 minutes
Credited To: Michael Williams
No Flash Plugin Needed