Introduction to JVM Languages
上QQ阅读APP看书,第一时间看更新

JConsole

JConsole is the oldest monitoring tool that has been bundled with JDK for a long time. Both Java VisualVM and Oracle Mission Control have more features and offer a friendlier GUI. We recommend that you use other tools instead of this one.

If you still want to run JConsole, you can start it with the following command:

jconsole