This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0c683ca3e3
tldr
/
pages
/
common
/
jhat.md
237 B
Raw
Blame
History
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}}