Generating Java Dumps
Using the Dump Generation manager, system administrators can create memory dumps for selected servers, namely thread dumps and heap dumps. For information on available information types, refer to Generating Java Dumps: Information Types.
The dump files are created in a VisualVM-compatible format, which allows for a convenient visual representation of the dump data. The generated files are available in the information files manager. For further details, see Managing Information Files.
Generating Java Dumps: Information Types
The following table lists the information that is available for each dump type.
| Information Type | Dump Type | Description |
|---|---|---|
| Locked Monitors | Thread dump | Information about locked monitors |
| Locked Synchronizers | Thread dump | Information about locked synchronizers |
| Live Objects | Heap dump | Information about live objects, i.e., objects that are accessible by other objects |