public class MonitorInfo extends Object
| Constructor and Description |
|---|
MonitorInfo() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCpuRatio() |
int |
getFgc() |
double |
getFgct() |
long |
getFreeMemory() |
double |
getGct() |
double |
getLoad() |
long |
getMaxMemory() |
long |
getTotalMemory() |
int |
getYgc() |
double |
getYgct() |
void |
setCpuRatio(int cpuRatio) |
void |
setFgc(int fgc) |
void |
setFgct(int fgct) |
void |
setFreeMemory(long freeMemory) |
void |
setGct(int gct) |
void |
setLoad(int load) |
void |
setMaxMemory(long maxMemory) |
void |
setTotalMemory(long totalMemory) |
void |
setYgc(int ygc) |
void |
setYgct(int ygct) |
String |
toString() |
public long getFreeMemory()
public void setFreeMemory(long freeMemory)
public long getMaxMemory()
public void setMaxMemory(long maxMemory)
public long getTotalMemory()
public void setTotalMemory(long totalMemory)
public double getCpuRatio()
public void setCpuRatio(int cpuRatio)
public double getLoad()
public void setLoad(int load)
public int getYgc()
public void setYgc(int ygc)
public double getYgct()
public void setYgct(int ygct)
public int getFgc()
public void setFgc(int fgc)
public double getFgct()
public void setFgct(int fgct)
public double getGct()
public void setGct(int gct)
Copyright © 2018–2019 Alibaba Group. All rights reserved.