Commit 05b71f6f authored by Tibor Billes's avatar Tibor Billes Committed by Tejun Heo
Browse files

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: default avatarTibor Billes <tbilles@gmx.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 34b43446
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
-------