Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CPUPhysicalPackageID is a physical package id of cpu#. Typically corresponds to a physical socket number, // but the actual value is architecture and platform dependent. CPUPhysicalPackageID = "physical_package_id" // CPUCoreID is the CPU core ID of cpu#. Typically it is the hardware platform's identifier // (rather than the kernel's). The actual value is architecture and platform dependent. CPUCoreID = "core_id" //HugePagesNrFile name of nr_hugepages file in sysfs HugePagesNrFile = "nr_hugepages" )
Variables ¶
This section is empty.
Functions ¶
func NewRealSysFs ¶
func NewRelocatableSysFs ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.