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
14 all 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,
19 shows the contents of the control group the working directory refers
20 to. Otherwise, the full systemd control group hierarchy is shown.
21
22 By default, empty control groups are not shown.
23
25 The following options are understood:
26
27 --all
28 Do not hide empty control groups in the output.
29
30 -l, --full
31 Do not ellipsize process tree members.
32
33 -k
34 Include kernel threads in output.
35
36 -M MACHINE, --machine=MACHINE
37 Limit control groups shown to the part corresponding to the
38 container MACHINE.
39
40 -h, --help
41 Print a short help text and exit.
42
43 --version
44 Print a short version string and exit.
45
46 --no-pager
47 Do not pipe output into a pager.
48
50 On success, 0 is returned, a non-zero failure code otherwise.
51
53 systemd(1), systemctl(1), systemd-cgtop(1), systemd-nspawn(1), ps(1)
54
55
56
57systemd 219 SYSTEMD-CGLS(1)