Package org.apache.pulsar.tests
Class HeapDumpUtil
java.lang.Object
org.apache.pulsar.tests.HeapDumpUtil
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HeapDumpUtil
public HeapDumpUtil()
-
-
Method Details
-
dumpHeap
Dump the heap of the JVM.- Parameters:
file- the system-dependent filenameliveObjects- if true dump only live objects i.e. objects that are reachable from others
-