public class SystemStatus extends Object
| Modifier and Type | Method and Description |
|---|---|
double |
getAveRt() |
double |
getCurrentCpuUsage() |
double |
getCurrentLoad() |
static SystemStatus |
getInstance() |
long |
getMaxThreadNum() |
double |
getMinRt() |
double |
getQps() |
void |
setAveRt(double aveRt) |
void |
setCurrentCpuUsage(double cpuUsage) |
void |
setCurrentLoad(double load) |
void |
setMaxThreadNum(long threadNum) |
void |
setMinRt(double minRt) |
void |
setQps(double qps) |
public void setCurrentLoad(double load)
public double getCurrentLoad()
public void setCurrentCpuUsage(double cpuUsage)
public double getCurrentCpuUsage()
public void setQps(double qps)
public double getQps()
public void setAveRt(double aveRt)
public double getAveRt()
public void setMinRt(double minRt)
public double getMinRt()
public void setMaxThreadNum(long threadNum)
public long getMaxThreadNum()
public static SystemStatus getInstance()
Copyright © 2025. All rights reserved.