Skip to content

Commit 08d434e

Browse files
committed
Regenerated registry tables markdown
1 parent 8af31d2 commit 08d434e

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/registry/attributes/system.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,13 @@ Describes Linux Pressure Stall Information attributes
126126

127127
| Key | Stability | Value Type | Description | Example Values |
128128
|---|---|---|---|---|
129-
| <a id="system-psi-resource" href="#system-psi-resource">`system.psi.resource`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The PSI resource being measured [2] | `cpu`; `memory`; `io` |
130-
| <a id="system-psi-stall-type" href="#system-psi-stall-type">`system.psi.stall_type`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The PSI stall type [3] | `some`; `full` |
131-
| <a id="system-psi-window" href="#system-psi-window">`system.psi.window`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The time window for PSI pressure calculation [4] | `10s`; `60s`; `300s` |
129+
| <a id="system-psi-resource" href="#system-psi-resource">`system.psi.resource`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The resource experiencing pressure [2] | `cpu`; `memory`; `io` |
130+
| <a id="system-psi-stall-type" href="#system-psi-stall-type">`system.psi.stall_type`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The PSI stall type | `some`; `full` |
131+
| <a id="system-psi-window" href="#system-psi-window">`system.psi.window`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The time window over which pressure is calculated [3] | `10s`; `60s`; `300s` |
132132

133133
**[2] `system.psi.resource`:** Linux PSI (Pressure Stall Information) measures resource pressure for CPU, memory, and I/O. See [Linux kernel PSI documentation](https://docs.kernel.org/accounting/psi.html).
134134

135-
**[3] `system.psi.stall_type`:** PSI distinguishes between "some" stall (at least some tasks stalled) and "full" stall (all non-idle tasks stalled simultaneously).
136-
137-
**[4] `system.psi.window`:** PSI tracks pressure as percentages over 10-second, 60-second, and 300-second windows. This attribute identifies which time window the metric represents.
135+
**[3] `system.psi.window`:** PSI tracks pressure as percentages over 10-second, 60-second, and 300-second windows. This attribute identifies which time window the metric represents.
138136

139137
---
140138

@@ -152,12 +150,12 @@ Describes Linux Pressure Stall Information attributes
152150

153151
| Value | Description | Stability |
154152
|---|---|---|
155-
| `full` | All non-idle tasks are stalled on the resource simultaneously [5] | ![Development](https://img.shields.io/badge/-development-blue) |
156-
| `some` | At least some tasks are stalled on the resource [6] | ![Development](https://img.shields.io/badge/-development-blue) |
153+
| `full` | All non-idle tasks are stalled on the resource simultaneously [4] | ![Development](https://img.shields.io/badge/-development-blue) |
154+
| `some` | At least some tasks are stalled on the resource [5] | ![Development](https://img.shields.io/badge/-development-blue) |
157155

158-
**[5]:** The "full" line indicates the share of time in which all non-idle tasks are stalled on a given resource simultaneously. This represents a state where actual CPU cycles are going to waste and the workload is thrashing. CPU full is undefined at the system level and is set to zero for backward compatibility (available since Linux 5.13).
156+
**[4]:** The "full" line indicates the share of time in which all non-idle tasks are stalled on a given resource simultaneously. This represents a state where actual CPU cycles are going to waste and the workload is thrashing. CPU full is undefined at the system level and is set to zero for backward compatibility (available since Linux 5.13).
159157

160-
**[6]:** The "some" line indicates the share of time in which at least some tasks are stalled on a given resource.
158+
**[5]:** The "some" line indicates the share of time in which at least some tasks are stalled on a given resource.
161159

162160
## Deprecated System Attributes
163161

0 commit comments

Comments
 (0)