NoneJ Hat refers to Java Heap Analysis Tool.

Definition:

jhat refers to Java Heap Analysis Tool.

It is a tool that can be run in the command line, with which the user can analyze a heap by browsing a binary heap dump file.

Example Usage:

jhat [ options ] <heap-dump-file>

Important Links: