Package org.nuxeo.runtime.management.jvm
Class HeapDumper
java.lang.Object
org.nuxeo.runtime.management.jvm.HeapDumper
Helper to dump the heap in a temporary file.
- Since:
- 5.5
- Author:
- matic
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondumpHeap()
Dumps heap in a temporary file and returns the fileprotected HotSpotDiagnosticMXBean
newDiag()
-
Field Details
-
diag
-
-
Constructor Details
-
HeapDumper
- Throws:
IOException
-
-
Method Details
-
newDiag
- Throws:
IOException
-
dumpHeap
Dumps heap in a temporary file and returns the file- Throws:
IOException
- Since:
- 5.5
-