-
heapDumpFile
java.io.File heapDumpFile
The heap dump file, which you might want to upload somewhere.
-
referenceKey
java.lang.String referenceKey
Key associated to the KeyedWeakReference used to detect the memory leak.
When analyzing a heap dump, search for all KeyedWeakReference instances, then open
the one that has its "key" field set to this value. Its "referent" field contains the
leaking object. Computing the shortest path to GC roots on that leaking object should enable
you to figure out the cause of the leak.
-
referenceName
java.lang.String referenceName
User defined name to help identify the leaking instance.
-
excludedRefs
ExcludedRefs excludedRefs
References that should be ignored when analyzing this heap dump.
-
watchDurationMs
long watchDurationMs
Time from the request to watch the reference until the GC was triggered.
-
gcDurationMs
long gcDurationMs
-
heapDumpDurationMs
long heapDumpDurationMs
-
computeRetainedHeapSize
boolean computeRetainedHeapSize
-
reachabilityInspectorClasses
java.util.List<E> reachabilityInspectorClasses