public final class MemoryMonitor extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getCommitted() |
String |
getInit() |
String |
getMax() |
static List<MemoryMonitor> |
getMemoryStats()
Query all register MemoryPools to get information and create a
MemoryMonitor Pojo |
String |
getName() |
String |
getUsed() |
String |
toString() |
public static List<MemoryMonitor> getMemoryStats()
MemoryMonitor Pojopublic String getName()
public String getInit()
public String getUsed()
public String getCommitted()
public String getMax()
Copyright © 2018 CrafterCMS. All rights reserved.