Class CpuInfo.ProcDetails

java.lang.Object
io.nosqlbench.engine.api.activityimpl.CpuInfo.ProcDetails
Enclosing class:
CpuInfo

public static class CpuInfo.ProcDetails extends Object
  • Constructor Details

    • ProcDetails

      public ProcDetails(oshi.SystemInfo si)
  • Method Details

    • getCoreCount

      public int getCoreCount()
    • getCpuCount

      public int getCpuCount()
    • getModelName

      public String getModelName()
    • getMhz

      public String getMhz()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getMaxFreq

      public double getMaxFreq(int cpu)
    • getCurFreq

      public double getCurFreq(int cpu)
    • getCurrentSpeed

      public double getCurrentSpeed(int cpu)
    • getCurrentSpeed

      public DoubleSummaryStatistics getCurrentSpeed()