File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -578,14 +578,10 @@ groups:
578578 The metric represents the percentage of time that tasks were stalled on a given resource
579579 over the specified time window.
580580
581- The "some" stall type indicates at least some tasks are stalled on the resource.
582- The "full" stall type indicates all non-idle tasks are stalled simultaneously, representing
583- a more severe state where the system is thrashing and CPU cycles are wasted.
584-
585581 PSI is available on Linux systems with kernel 4.20 or later and requires CONFIG_PSI=y.
586582 CPU "full" stall is reported as zero at the system level for backward compatibility (available since 5.13).
587583
588- Values are percentages in the range [0, 100]. The ratios are tracked over 10-second, 60-second,
584+ The ratios are tracked over 10-second, 60-second,
589585 and 300-second windows.
590586
591587 See [Linux kernel PSI documentation](https://docs.kernel.org/accounting/psi.html) and
@@ -620,9 +616,6 @@ groups:
620616 of latency spikes that wouldn't necessarily make a noticeable impact on time averages.
621617 It also enables calculating average trends over custom time frames.
622618
623- The "some" stall type indicates at least some tasks are stalled on the resource.
624- The "full" stall type indicates all non-idle tasks are stalled simultaneously.
625-
626619 PSI is available on Linux systems with kernel 4.20 or later and requires CONFIG_PSI=y.
627620 CPU "full" stall is reported as zero at the system level for backward compatibility (available since 5.13).
628621
You can’t perform that action at this time.
0 commit comments