package
0.3.1
Repository: https://github.com/intel/rmd.git
Documentation: pkg.go.dev

# Functions

GetMicroArch returns micro arch.
GetSignature returns Signature of the processor ignore stepping and processor type.
HostCPUNum returns the total cpu number of host REF: https://www.kernel.org/doc/Documentation/cputopology.txt another way is call sysconf via cgo, like libpqos.
IsolatedCPUs returns isolated CPUs.
LocateOnNode return the cpus on which node.
LocateOnSocket return the cpus on which socket.
NewCPUMap init internal cpu map Concurrency safe.

# Constants

CPUInfoPath is the path to cpu info in /proc.
SysCPU is the path to cpu devices in linux.