Skip to content

Expose Cells in Topology from CPUInfo in hypervisors #3506

@liliu1986

Description

@liliu1986

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions