X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-cgls.xml;h=d8dbe6862e7f10fde419dc584196753f049569fb;hp=1e53147e1bc68b63691d93829825e0253c66a33e;hb=ccf1c0299fbe5f6b59e494aabc9883948b7a9df1;hpb=19c5f19d69bb5f520fa7213239490c55de06d99d diff --git a/man/systemd-cgls.xml b/man/systemd-cgls.xml index 1e53147e1..d8dbe6862 100644 --- a/man/systemd-cgls.xml +++ b/man/systemd-cgls.xml @@ -8,20 +8,21 @@ Copyright 2010 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> - + systemd-cgls @@ -49,7 +50,9 @@ - systemd-cgls OPTIONS CGROUP + systemd-cgls + OPTIONS + CGROUP @@ -58,17 +61,20 @@ systemd-cgls recursively shows the contents of the selected Linux control group - hierarchy in a tree. If arguments are specified shows + hierarchy in a tree. If arguments are specified, shows all member processes of the specified control groups plus all their subgroups and their members. The control groups may either be specified by their full file paths or are assumed in the systemd control group hierarchy. If no argument is specified and the current working directory is beneath the control group mount - point /sys/fs/cgroup shows the contents + point /sys/fs/cgroup, shows the contents of the control group the working directory refers - to. Otherwise the full systemd control group hierarchy + to. Otherwise, the full systemd control group hierarchy is shown. + + By default, empty control groups are not + shown. @@ -78,19 +84,21 @@ - - + - Prints a short help - text and exits. + Do not hide empty + control groups in the + output. - + + - Do not pipe output into a - pager. - + Do not ellipsize + process tree members. + + @@ -99,6 +107,19 @@ threads in output. + + + + + Limit control groups shown to + the part corresponding to the + container MACHINE. + + + + + + @@ -106,7 +127,7 @@ Exit status - On success 0 is returned, a non-zero failure + On success, 0 is returned, a non-zero failure code otherwise. @@ -116,7 +137,8 @@ systemd1, systemctl1, systemd-cgtop1, - ps1 + systemd-nspawn1, + ps1