Data Collector | Description |
---|---|
jps | Java Virtual Machine Process status tool. Reports information on the JVM (Linux, Windows, Mac OS). |
jstack | Java Virtual Machine Stack Trace. Prints the stack traces of threads for the Java process (Linux, Windows, Mac OS). |
jstat | Java Virtual Machine Statistics Monitoring Tool. Displays performance statistics for the JVM (Linux, Windows, Mac OS). |
jinfo | Displays the Java configuration information for the Java process (Linux, Windows, Mac OS). |