jmap: add dump live objects only. (#9865)
This commit is contained in:
@@ -18,3 +18,7 @@
|
|||||||
- Dump contents of the heap into a binary file for analysis with jhat:
|
- Dump contents of the heap into a binary file for analysis with jhat:
|
||||||
|
|
||||||
`jmap -dump:format=b,file={{path/to/file}} {{java_pid}}`
|
`jmap -dump:format=b,file={{path/to/file}} {{java_pid}}`
|
||||||
|
|
||||||
|
- Dump live objects of the heap into a binary file for analysis with jhat:
|
||||||
|
|
||||||
|
`jmap -dump:live,format=b,file={{path/to/file}} {{java_pid}}`
|
||||||
|
Reference in New Issue
Block a user