1SYSTEMD-CGLS(1) systemd-cgls SYSTEMD-CGLS(1)
2
3
4
6 systemd-cgls - Recursively show control group contents
7
9 systemd-cgls [OPTIONS...] [CGROUP...]
10
12 systemd-cgls recursively shows the contents of the selected Linux
13 control group hierarchy in a tree. If arguments are specified shows all
14 member processes of the specified control groups plus all their
15 subgroups and their members. The control groups may either be specified
16 by their full file paths or are assumed in the systemd control group
17 hierarchy. If no argument is specified and the current working
18 directory is beneath the control group mount point /sys/fs/cgroup shows
19 the contents of the control group the working directory refers to.
20 Otherwise the full systemd control group hierarchy is shown.
21
23 The following options are understood:
24
25 --help
26 Prints a short help text and exits.
27
29 On success 0 is returned, a non-zero failure code otherwise.
30
32 systemd(1), systemctl(1)
33
35 Lennart Poettering <lennart@poettering.net>
36 Developer
37
38
39
40systemd 09/14/2010 SYSTEMD-CGLS(1)