A tool called JConsole is provided for real-time monitoring of application information. I will leave a memorandum about how to use this JConsole.
JConsole is stored as an exe in the bin folder of the JDK, and you can start it by directly clicking "jconsole.exe".
When you start JConsole, the above screen will be displayed. For example, select the process you want to monitor in "Local Process" and press the "Connect" button.
If the above screen appears, click the "Unprotected Connection" button if there is no problem. (This time it is a local connection, so there is no problem)
As shown in the above screen
If you want to see more detailed information, open each tab and check.
MBeans
Recommended Posts