package
0.0.0-20181119122707-5bc145cba8e0
Repository: https://github.com/rai-project/cpu.git
Documentation: pkg.go.dev

# Functions

Discover returns CPUTopology based on cadvisor node info.

# Structs

CPUInfo contains the socket and core IDs associated with a CPU.
CPUTopology contains details of node cpu, where : CPU - logical CPU, cadvisor - thread Core - physical CPU, cadvisor - Core Socket - socket, cadvisor - Node.

# Type aliases

CPUDetails is a map from CPU ID to Core ID and Socket ID.