public class HeapHistogram extends Object implements IHeapHistogram, Serializable
JMAP_CHARSET| Modifier and Type | Method and Description |
|---|---|
static HeapHistogram |
createHeapHistogram() |
static String |
createHeapHistogramAsString() |
protected List<ClassInfo> |
getHeapHistogram() |
protected Date |
getTime() |
long |
getTotalHeapBytes() |
protected long |
getTotalHeapInstances() |
static long |
saveHeapDump(File file,
boolean gzipped) |
protected List<ClassInfo> |
scan(Scanner sc,
boolean jrockit) |
protected void |
skipHeader(Scanner sc,
boolean jrockit) |
protected Date getTime()
protected long getTotalHeapInstances()
public long getTotalHeapBytes()
getTotalHeapBytes in interface IHeapHistogramprotected void skipHeader(Scanner sc, boolean jrockit)
public static HeapHistogram createHeapHistogram() throws Exception
Exception - epublic static String createHeapHistogramAsString() throws Exception
ExceptionCopyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.