Versions in this module Expand all Collapse all v0 v0.1.0 Jul 22, 2025 Changes in this version + const SYSFS_CPUBASE + func CoreList() []int + func CpuList() []int + func DieList() []int + func GetCoreHwthreads(core int) []int + func GetDieHwthreads(die int) []int + func GetHwthreadCore(cpuID int) int + func GetHwthreadDie(cpuID int) int + func GetHwthreadNumaDomain(cpuID int) int + func GetHwthreadSocket(cpuID int) int + func GetNumaDomainHwthreads(numaDomain int) []int + func GetSocketHwthreads(socket int) []int + func GetTypeList(topology_type string) []int + func HwthreadList() []int + func NumaNodeList() []int + func SocketList() []int + type CpuInformation struct + NumCores int + NumDies int + NumHWthreads int + NumNumaDomains int + NumSockets int + SMTWidth int + func CpuInfo() CpuInformation + type HwthreadEntry struct + Core int + CoreCPUsList []int + CpuID int + Die int + NumaDomain int + SMT int + Socket int + func CpuData() []HwthreadEntry