You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/registry/attributes/system.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,15 +136,13 @@ Describes Linux Pressure Stall Information attributes
136
136
137
137
| Key | Stability | Value Type | Description | Example Values |
138
138
|---|---|---|---|---|
139
-
| <aid="system-psi-resource"href="#system-psi-resource">`system.psi.resource`</a> || string | The PSI resource being measured[2]|`cpu`; `memory`; `io`|
140
-
| <aid="system-psi-stall-type"href="#system-psi-stall-type">`system.psi.stall_type`</a> || string | The PSI stall type [3]|`some`; `full`|
141
-
| <aid="system-psi-window"href="#system-psi-window">`system.psi.window`</a> || string | The time window for PSI pressure calculation [4]|`10s`; `60s`; `300s`|
| <aid="system-psi-stall-type"href="#system-psi-stall-type">`system.psi.stall_type`</a> || string | The PSI stall type |`some`; `full`|
141
+
| <aid="system-psi-window"href="#system-psi-window">`system.psi.window`</a> || string | The time window over which pressure is calculated [3]|`10s`; `60s`; `300s`|
142
142
143
143
**[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).
144
144
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.
148
146
149
147
---
150
148
@@ -162,12 +160,12 @@ Describes Linux Pressure Stall Information attributes
162
160
163
161
| Value | Description | Stability |
164
162
|---|---|---|
165
-
|`full`| All non-idle tasks are stalled on the resource simultaneously [5]||
166
-
|`some`| At least some tasks are stalled on the resource [6]||
163
+
|`full`| All non-idle tasks are stalled on the resource simultaneously [4]||
164
+
|`some`| At least some tasks are stalled on the resource [5]||
167
165
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).
169
167
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.
0 commit comments