Skip to content

Commit 74bdd45

Browse files
odinugehtejun
authored andcommitted
cgroup: update PSI file description in docs
Update PSI file description in cgroup-v2 docs to reflect the current implementation. tj: Changed cpu.pressure from read-only to read-write as suggested by Johannes. Signed-off-by: Odin Ugedal <[email protected]> Acked-by: Dan Schatzberg <[email protected]> Acked-by: Johannes Weiner <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent 385aac1 commit 74bdd45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/admin-guide/cgroup-v2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ All time durations are in microseconds.
10291029
one number is written, $MAX is updated.
10301030

10311031
cpu.pressure
1032-
A read-only nested-key file which exists on non-root cgroups.
1032+
A read-write nested-keyed file.
10331033

10341034
Shows pressure stall information for CPU. See
10351035
:ref:`Documentation/accounting/psi.rst <psi>` for details.
@@ -1475,7 +1475,7 @@ PAGE_SIZE multiple when read back.
14751475
reduces the impact on the workload and memory management.
14761476

14771477
memory.pressure
1478-
A read-only nested-key file which exists on non-root cgroups.
1478+
A read-only nested-keyed file.
14791479

14801480
Shows pressure stall information for memory. See
14811481
:ref:`Documentation/accounting/psi.rst <psi>` for details.
@@ -1714,7 +1714,7 @@ IO Interface Files
17141714
8:16 rbps=2097152 wbps=max riops=max wiops=max
17151715

17161716
io.pressure
1717-
A read-only nested-key file which exists on non-root cgroups.
1717+
A read-only nested-keyed file.
17181718

17191719
Shows pressure stall information for IO. See
17201720
:ref:`Documentation/accounting/psi.rst <psi>` for details.

0 commit comments

Comments
 (0)