diff options
author | Tibor Billes <tbilles@gmx.com> | 2019-02-09 16:05:33 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2019-02-11 07:17:59 -0800 |
commit | 05b71f6ffd182e3af3ac25ab811675d622d4ac2a (patch) | |
tree | e1c23c5648f63cc8117611e96184c01130574877 /Documentation/cgroup-v1 | |
parent | 34b43446937e909230fb6cbef3f1bc04642688c9 (diff) |
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 <tbilles@gmx.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/cgroup-v1')
-rw-r--r-- | Documentation/cgroup-v1/pids.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/cgroup-v1/pids.txt b/Documentation/cgroup-v1/pids.txt index 1a078b5d281a..e105d708ccde 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 ------- |