cgroup: add documentation for pids.events file
authorTibor Billes <tbilles@gmx.com>
Sat, 9 Feb 2019 15:05:33 +0000 (16:05 +0100)
committerTejun Heo <tj@kernel.org>
Mon, 11 Feb 2019 15:17:59 +0000 (07:17 -0800)
cgroup: add documentation for pids.events file

Document the event counters file for pid cgroups.

Signed-off-by: Tibor Billes <tbilles@gmx.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/cgroup-v1/pids.txt

index 1a078b5d281ae5e22e8ab88a944eb39611cec427..e105d708ccde3630e58e41d4d69e24b6f6512aaa 100644 (file)
@@ -33,6 +33,9 @@ limit in the hierarchy is followed).
 pids.current tracks all child cgroup hierarchies, so parent/pids.current is a
 superset of parent/child/pids.current.
 
+The pids.events file contains event counters:
+  - max: Number of times fork failed because limit was hit.
+
 Example
 -------