Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.51 KB

File metadata and controls

28 lines (21 loc) · 1.51 KB

CPU

CPU Attributes

Attributes specific to a cpu instance.

Attribute Type Description Examples Stability
cpu.logical_number int The logical CPU number [0..n-1] 1 Development
cpu.mode string The mode of the CPU user; system Development

cpu.mode has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.

Value Description Stability
idle idle Development
interrupt interrupt Development
iowait iowait Development
kernel kernel Development
nice nice Development
steal steal Development
system system Development
user user Development