summaryrefslogtreecommitdiffstats
path: root/Documentation/cgroup-v2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/cgroup-v2.txt')
-rw-r--r--Documentation/cgroup-v2.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/cgroup-v2.txt b/Documentation/cgroup-v2.txt
index dc44785dc0fa..3f8216912df0 100644
--- a/Documentation/cgroup-v2.txt
+++ b/Documentation/cgroup-v2.txt
@@ -886,6 +886,15 @@ All cgroup core files are prefixed with "cgroup."
886 A dying cgroup can consume system resources not exceeding 886 A dying cgroup can consume system resources not exceeding
887 limits, which were active at the moment of cgroup deletion. 887 limits, which were active at the moment of cgroup deletion.
888 888
889 cpu.usage_usec
890 CPU time consumed in the subtree.
891
892 cpu.user_usec
893 User CPU time consumed in the subtree.
894
895 cpu.system_usec
896 System CPU time consumed in the subtree.
897
889 898
890Controllers 899Controllers
891=========== 900===========