public class CgroupMetrics extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCpuCores() |
long |
getCpuTime() |
double |
getCpuUsagePercent()
cpuUsagePercent = (currentCpuTime - lastCpuTime)) / (currentTotalTime - lastTotalTime)
|
static CgroupMetrics |
getInstance() |
public static CgroupMetrics getInstance()
public long getCpuTime()
public double getCpuUsagePercent()
public int getCpuCores()
Copyright © 2021. All rights reserved.