From: Tibor Billes Date: Sat, 9 Feb 2019 15:05:33 +0000 (+0100) Subject: cgroup: add documentation for pids.events file X-Git-Tag: v5.1-rc1~133^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05b71f6ffd182e3af3ac25ab811675d622d4ac2a;p=thirdparty%2Fkernel%2Flinux.git cgroup: add documentation for pids.events file cgroup: add documentation for pids.events file Document the event counters file for pid cgroups. Signed-off-by: Tibor Billes Signed-off-by: Tejun Heo --- diff --git a/Documentation/cgroup-v1/pids.txt b/Documentation/cgroup-v1/pids.txt index 1a078b5d281ae..e105d708ccde3 100644 --- a/Documentation/cgroup-v1/pids.txt +++ b/Documentation/cgroup-v1/pids.txt @@ -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 -------