JDK commands used in the collect-support-data tool
|
This topic applies only to the PingDirectory server. |
| 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). |