Java debug tools. Jstack, jmap and jhat.
This commit is contained in:
11
pages/common/jhat.md
Normal file
11
pages/common/jhat.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# jhat
|
||||
|
||||
> Java Heap Analysis Tool.
|
||||
|
||||
- Analyze a heap dump (from jmap), view via http on port 7000:
|
||||
|
||||
`jhat {{dump_file.bin}}`
|
||||
|
||||
- Analyze a heap dump, specifying an alternate port for the http server:
|
||||
|
||||
`jhat -p {{port}} {{dump_file.bin}}`
|
Reference in New Issue
Block a user