diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-02-19 21:28:38 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-02-23 09:58:23 +0100 |
| commit | cda7f4a31fb2f0ba5bf90dcfe328bea839622f28 (patch) | |
| tree | 6222bb184a2773a44a507b1d8dc6a6e6f5d8a815 | |
| parent | 9e18674a5b516a76f22f37377d275ecb8d3377fe (diff) | |
| download | man-pages-cda7f4a31fb2f0ba5bf90dcfe328bea839622f28.tar.gz | |
cgroups.7: Put list of v2 controllers in alphabetical order
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/cgroups.7 | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/man7/cgroups.7 b/man7/cgroups.7 index 51b48f977f..d3bd4c3d72 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -647,6 +647,19 @@ The following controllers, documented in the kernel source file .IR Documentation/cgroup-v2.txt , are supported in cgroups version 2: .TP +.IR cpu " (since Linux 4.15)" +This is the successor to the version 1 +.I cpu +and +.I cpuacct +controllers. +.TP +.IR freezer " (since Linux 5.2)" +.\" commit 76f969e8948d82e78e1bc4beb6b9465908e74873 +This is the successor of the version 1 +.I freezer +controller. +.TP .IR io " (since Linux 4.5)" This is the successor of the version 1 .I blkio @@ -657,33 +670,20 @@ This is the successor of the version 1 .I memory controller. .TP -.IR pids " (since Linux 4.5)" +.IR perf_event " (since Linux 4.11)" This is the same as the version 1 -.I pids +.I perf_event controller. .TP -.IR perf_event " (since Linux 4.11)" +.IR pids " (since Linux 4.5)" This is the same as the version 1 -.I perf_event +.I pids controller. .TP .IR rdma " (since Linux 4.11)" This is the same as the version 1 .I rdma controller. -.TP -.IR cpu " (since Linux 4.15)" -This is the successor to the version 1 -.I cpu -and -.I cpuacct -controllers. -.TP -.IR freezer " (since Linux 5.2)" -.\" commit 76f969e8948d82e78e1bc4beb6b9465908e74873 -This is the successor of the version 1 -.I freezer -controller. .\" .SS Cgroups v2 subtree control Each cgroup in the v2 hierarchy contains the following two files: |
