Skip to content

Commit 860573e

Browse files
committed
Regenerated registry tables markdown
1 parent 9b29328 commit 860573e

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
@@ -136,15 +136,13 @@ Describes Linux Pressure Stall Information attributes
136136

137137
| Key | Stability | Value Type | Description | Example Values |
138138
|---|---|---|---|---|
139-
| <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` |
140-
| <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` |
141-
| <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` |
139+
| <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` |
140+
| <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` |
141+
| <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` |
142142

143143
**[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).
144144

145-
**[3] `system.psi.stall_type`:** PSI distinguishes between "some" stall (at least some tasks stalled) and "full" stall (all non-idle tasks stalled simultaneously).
146-
147-
**[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.
145+
**[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.
148146

149147
---
150148

@@ -162,12 +160,12 @@ Describes Linux Pressure Stall Information attributes
162160

163161
| Value | Description | Stability |
164162
|---|---|---|
165-
| `full` | All non-idle tasks are stalled on the resource simultaneously [5] | ![Development](https://img.shields.io/badge/-development-blue) |
166-
| `some` | At least some tasks are stalled on the resource [6] | ![Development](https://img.shields.io/badge/-development-blue) |
163+
| `full` | All non-idle tasks are stalled on the resource simultaneously [4] | ![Development](https://img.shields.io/badge/-development-blue) |
164+
| `some` | At least some tasks are stalled on the resource [5] | ![Development](https://img.shields.io/badge/-development-blue) |
167165

168-
**[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).
166+
**[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).
169167

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

172170
## Deprecated System Attributes
173171

0 commit comments

Comments
 (0)