- Java 9:Building Robust Modular Applications
- Dr. Edward Lavieri Peter Verhas Jason Lee
- 70字
- 2025-04-04 17:08:34
Monitoring
Monitoring tools used for providing JVM performance data include:
- jps: This is the JVM process status tool (jps). It provides a list of HotSpot JVMs on a specific system.
- jstat: This is the JVM statistics monitoring tool. It collects log data and performance information from a machine with a HotSpot JVM.
- jstatd: This is the jstat daemon tool. It runs an RMI server app for monitoring HotSpot JVM operations.