mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
331 B
331 B
dump java heap in hprof binary format, like
jmap{{}} .
Usage
Dump to file
heapdump /tmp/dump.hprof{{execute T2}}
Dump only live objects
heapdump --live /tmp/dump.hprof{{execute T2}}
Dump to tmp file
heapdump{{execute T2}}