]> Git Repo - linux.git/commitdiff
cgroup: update PSI file description in docs
authorOdin Ugedal <[email protected]>
Sat, 16 Jan 2021 17:36:34 +0000 (18:36 +0100)
committerTejun Heo <[email protected]>
Tue, 19 Jan 2021 17:03:07 +0000 (12:03 -0500)
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]>
Documentation/admin-guide/cgroup-v2.rst

index 63521cd36ce53633f73e5607142a438566b933ab..1de8695c264b25acbad1f6920a556862cfdc4b7d 100644 (file)
@@ -1029,7 +1029,7 @@ All time durations are in microseconds.
        one number is written, $MAX is updated.
 
   cpu.pressure
-       A read-only nested-key file which exists on non-root cgroups.
+       A read-write nested-keyed file.
 
        Shows pressure stall information for CPU. See
        :ref:`Documentation/accounting/psi.rst <psi>` for details.
@@ -1475,7 +1475,7 @@ PAGE_SIZE multiple when read back.
        reduces the impact on the workload and memory management.
 
   memory.pressure
-       A read-only nested-key file which exists on non-root cgroups.
+       A read-only nested-keyed file.
 
        Shows pressure stall information for memory. See
        :ref:`Documentation/accounting/psi.rst <psi>` for details.
@@ -1714,7 +1714,7 @@ IO Interface Files
          8:16 rbps=2097152 wbps=max riops=max wiops=max
 
   io.pressure
-       A read-only nested-key file which exists on non-root cgroups.
+       A read-only nested-keyed file.
 
        Shows pressure stall information for IO. See
        :ref:`Documentation/accounting/psi.rst <psi>` for details.
This page took 0.071677 seconds and 4 git commands to generate.