Class ProcessorsInfo
java.lang.Object
org.apache.bookkeeper.common.util.affinity.impl.ProcessorsInfo
Discover the list of processors from /proc/cpuinfo.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCpusOnSameCore(int targetCpu) Given one cpu id, return all CPUs that are sharing the same core.(package private) static ProcessorsInfo(package private) static ProcessorsInfoparseCpuInfo(String cpuInfoString)
-
Constructor Details
-
ProcessorsInfo
ProcessorsInfo()
-
-
Method Details
-
getCpusOnSameCore
Given one cpu id, return all CPUs that are sharing the same core. -
parseCpuInfo
-
parseCpuInfo
-