Hands-On High Performance with Spring 5
by Chintan Mehta, Subhash Shah, Pritesh Shah, Prashant Goswami, Dinesh Radadiya
JConsole
JConsole is another Java profiling tool. It compiles to Java Management Extension (JMX) specifications. JConsole extensively uses instrumentation in JVM to collect and display information about the performance and resource consumption of applications running on the Java platform. JConsole is updated to a GNOME and Windows look and feel in Java SE 6.
Similar to VisualVM, JConsole comes bundled with the Java development kit. The executable file for JConsole can be found in the JDK_HOME/bin directory. JConsole can be started from the Command Prompt or console window with the following command:
jconsole
Upon executing the preceding command, JConsole presents the user with a choice of all of the Java applications running on the system. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access