What is missing?
Currently, the CPU info's Topology looks like
type Topology struct {
Sockets int `json:"sockets"`
Cores int `json:"cores"`
Threads int `json:"threads"`
}
We need to have the Cells that represents the numa cell number for the particular hypervisor
What is missing?
Currently, the CPU info's Topology looks like
We need to have the Cells that represents the numa cell number for the particular hypervisor