31 lines
1.4 KiB
Markdown
31 lines
1.4 KiB
Markdown
<!--- Hugo front matter used to generate the website version of this page:
|
|
--->
|
|
|
|
<!-- NOTE: THIS FILE IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
|
|
<!-- see templates/registry/markdown/attribute_namespace.md.j2 -->
|
|
|
|
# CPU
|
|
|
|
## CPU Attributes
|
|
|
|
Attributes specific to a cpu instance.
|
|
|
|
| Attribute | Type | Description | Examples | Stability |
|
|
|---|---|---|---|---|
|
|
| <a id="cpu-mode" href="#cpu-mode">`cpu.mode`</a> | 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 |  |
|