public class MemoryPools extends Object
Constructor and Description |
---|
MemoryPools() |
Modifier and Type | Method and Description |
---|---|
static List<MemoryPool> |
getMemoryPools() |
static String |
inMiB(long bytes) |
static String |
memoryPoolsDump(boolean detailByPool)
Gathers all the MemoryPool data in a String to be dumped to log file or similar.
|
public static List<MemoryPool> getMemoryPools()
public static String memoryPoolsDump(boolean detailByPool)
detailByPool
- if true, we list each pool individually, else we summarise by type - that is Heap vs non-heappublic static String inMiB(long bytes)
Copyright © 2002-2017 Atlassian. All Rights Reserved.