type FsInfo …
type Node …
type Core …
type Cache …
func (n *Node) FindCore(id int) (bool, int) { … }
func (n *Node) FindCoreByThread(thread int) (bool, int) { … }
func (n *Node) AddThread(thread int, core int) { … }
func (n *Node) AddNodeCache(c Cache) { … }
func (n *Node) AddPerCoreCache(c Cache) { … }
type HugePagesInfo …
type DiskInfo …
type NetInfo …
type CloudProvider …
const GCE …
const AWS …
const Azure …
const UnknownProvider …
type InstanceType …
const UnknownInstance …
type InstanceID …
const UnNamedInstance …
type MachineInfo …
func (m *MachineInfo) Clone() *MachineInfo { … }
type MemoryInfo …
type NVMInfo …
type VersionInfo …
type MachineInfoFactory …