- Introduction to JVM Languages
- Vincent van der Leun
- 59字
- 2021-07-02 21:46:25
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