Removing your JHAT [JEP 241]
The Java Heap Analysis Tool (JHAT) is used to parse Java heap dump files. The syntax for this heap dump file parsing tool is as follows:
jhat
[-stack <bool>]
[-refs <bool>]
[-port <port>]
[-baseline <file>]
[-debug <int>]
[-version]
[-h|-help]
<file>
Here is a quick look at the options associated with the JHAT command:
Option | Description | Default |
| This passes | N/A |
| Toggles tracking of object allocation call stack. |
|
| Toggles tracking of references to objects. |
|
| Indicates the port for the JHAT HTTP server. |
|
| Exclude indicated file from reachable objects query. | N/A |
| Specifies the baseline heap dump for use in comparisons. | N/A |
| Sets verbosity of output. | N/A |
| Simply outputs the JHAT release number. | N/A |
| Provides help... |