Attributes specific to a cpu instance.
Attribute | Type | Description | Examples | Stability |
---|---|---|---|---|
cpu.mode |
string | The mode of the CPU | user ; system |
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 | |
interrupt |
interrupt | |
iowait |
iowait | |
kernel |
kernel | |
nice |
nice | |
steal |
steal | |
system |
system | |
user |
user |