diff options
author | Aleksa Sarai <cyphar@cyphar.com> | 2015-06-13 03:21:58 +1000 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2015-07-14 17:29:23 -0400 |
commit | 917d8e2d10f40e28aa9e0d824b2e5b8197d79fc2 (patch) | |
tree | 1dbdeecd86257608661fef6345b4cafddee650d8 /Documentation/cgroups/00-INDEX | |
parent | 49b786ea146f69c371df18e81ce0a2d5839f865c (diff) |
cgroup: add documentation for the PIDs controller
Add documentation derived from kernel/cgroup_pids.c to the relevant
Documentation/ directory, along with a few examples of how to use the
PIDs controller as well an explanation of its peculiarities.
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/cgroups/00-INDEX')
-rw-r--r-- | Documentation/cgroups/00-INDEX | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/cgroups/00-INDEX b/Documentation/cgroups/00-INDEX index 96ce071a3633..3f5a40f57d4a 100644 --- a/Documentation/cgroups/00-INDEX +++ b/Documentation/cgroups/00-INDEX @@ -22,6 +22,8 @@ net_cls.txt - Network classifier cgroups details and usages. net_prio.txt - Network priority cgroups details and usages. +pids.txt + - Process number cgroups details and usages. resource_counter.txt - Resource Counter API. unified-hierarchy.txt |