Generate Java dumps
You can use the standard interface to generate Java dumps (heap dumps and thread dumps).
Note: Java dumps can be generated for started PPM server only.
To generate Java dumps from the standard interface:
- From the Administration menu, select Support Task > Generate Java Dumps.
- In the Java Dumps Generator page, click Generate.
Note: You can also generate Java dumps by running the command sh .\kGenJavaDump.sh
. For more information, see kGenJavaDump.sh
.
The generated Java dumps are collected in the <PPM_HOME>\bin\support\javadumps
folder:
-
The heap dump files are in the following format:
<NODE_NAME>_<PID>_<TIMESTAMP>_heap.hprof
-
The thread dump files are in the following format:
<NODE_NAME>_<PID>_<TIMESTAMP>_thread.hprof