Class CpuInfo.ProcDetails
java.lang.Object
io.nosqlbench.engine.api.activityimpl.CpuInfo.ProcDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintdoublegetCurFreq(int cpu) doublegetCurrentSpeed(int cpu) doublegetMaxFreq(int cpu) getMhz()toString()
-
Constructor Details
-
ProcDetails
public ProcDetails(oshi.SystemInfo si)
-
-
Method Details
-
getCoreCount
public int getCoreCount() -
getCpuCount
public int getCpuCount() -
getModelName
-
getMhz
-
toString
-
getMaxFreq
public double getMaxFreq(int cpu) -
getCurFreq
public double getCurFreq(int cpu) -
getCurrentSpeed
public double getCurrentSpeed(int cpu) -
getCurrentSpeed
-