mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
237 B
Markdown
12 lines
237 B
Markdown
![]() |
# 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}}`
|