(→All Java Versions)
|
(→Dump Table)
|
Line 13: | |||
<tr><td><font face=monospace>-histo process-id#</font></td><td>Prints the histogram for the specified process ID#</td></tr> | <tr><td><font face=monospace>-histo process-id#</font></td><td>Prints the histogram for the specified process ID#</td></tr> | ||
</table> | </table> | ||
+ | * '''jmap''' - This command will then dump a summary of the current memory map to the console. While not as sophisticated as the later versions of java, it still provides some rudimentary functionality. | ||
+ | * '''jstack''' - This command will then take a thread dump of the java process specified and dump it to the console. It will only provide both Java & C/C++ threads during the trace. You may want to consider redirecting this output to a file with the ''>'' modifier. | ||
= *nix = | = *nix = | ||
This section lists methods to obtain dumps on *nix-based platforms | This section lists methods to obtain dumps on *nix-based platforms |