1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
6 <refentry id="systemd-cgls"
7 xmlns:xi="http://www.w3.org/2001/XInclude">
10 <title>systemd-cgls</title>
11 <productname>systemd</productname>
15 <refentrytitle>systemd-cgls</refentrytitle>
16 <manvolnum>1</manvolnum>
20 <refname>systemd-cgls</refname>
21 <refpurpose>Recursively show control group contents</refpurpose>
26 <command>systemd-cgls</command>
27 <arg choice="opt" rep="repeat">OPTIONS</arg>
28 <arg choice="opt" rep="repeat">CGROUP</arg>
31 <command>systemd-cgls</command>
32 <arg choice="opt" rep="repeat">OPTIONS</arg>
33 <arg choice="plain"><option>--unit</option>|<option>--user-unit</option></arg>
34 <arg choice="opt" rep="repeat">UNIT</arg>
39 <title>Description</title>
41 <para><command>systemd-cgls</command> recursively shows the
42 contents of the selected Linux control group hierarchy in a tree.
43 If arguments are specified, shows all member processes of the
44 specified control groups plus all their subgroups and their
45 members. The control groups may either be specified by their full
46 file paths or are assumed in the systemd control group hierarchy.
47 If no argument is specified and the current working directory is
48 beneath the control group mount point
49 <filename>/sys/fs/cgroup/</filename>, shows the contents of the
50 control group the working directory refers to. Otherwise, the full
51 systemd control group hierarchy is shown.</para>
53 <para>By default, empty control groups are not shown.</para>
57 <title>Options</title>
59 <para>The following options are understood:</para>
63 <term><option>--all</option></term>
65 <listitem><para>Do not hide empty control groups in the
66 output.</para></listitem>
70 <term><option>-l</option></term>
71 <term><option>--full</option></term>
73 <listitem><para>Do not ellipsize process tree members.</para>
75 <xi:include href="version-info.xml" xpointer="v198"/>
80 <term><option>-u</option></term>
81 <term><option>--unit</option></term>
83 <listitem><para>Show cgroup subtrees for the specified units.</para>
85 <xi:include href="version-info.xml" xpointer="v233"/>
90 <term><option>--user-unit</option></term>
92 <listitem><para>Show cgroup subtrees for the specified user units.</para>
94 <xi:include href="version-info.xml" xpointer="v233"/>
99 <term><option>-k</option></term>
101 <listitem><para>Include kernel threads in output.
106 <term><option>-M <replaceable>MACHINE</replaceable></option></term>
107 <term><option>--machine=<replaceable>MACHINE</replaceable></option></term>
109 <listitem><para>Limit control groups shown to the part
110 corresponding to the container
111 <replaceable>MACHINE</replaceable>.</para>
113 <xi:include href="version-info.xml" xpointer="v203"/></listitem>
117 <term><option>-x</option></term>
118 <term><option>--xattr=</option></term>
120 <listitem><para>Controls whether to include information about extended attributes of the listed
121 control groups in the output. With the long option, expects a boolean value. Defaults to no.
124 <xi:include href="version-info.xml" xpointer="v250"/></listitem>
128 <term><option>-c</option></term>
129 <term><option>--cgroup-id=</option></term>
131 <listitem><para>Controls whether to include the numeric ID of the listed control groups in the
132 output. With the long option, expects a boolean value. Defaults to no.</para>
134 <xi:include href="version-info.xml" xpointer="v250"/></listitem>
137 <xi:include href="standard-options.xml" xpointer="help" />
138 <xi:include href="standard-options.xml" xpointer="version" />
139 <xi:include href="standard-options.xml" xpointer="no-pager" />
145 <title>Exit status</title>
147 <para>On success, 0 is returned, a non-zero failure code
152 <title>See Also</title>
154 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
155 <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
156 <citerefentry><refentrytitle>systemd-cgtop</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
157 <citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
158 <citerefentry project='man-pages'><refentrytitle>ps</refentrytitle><manvolnum>1</manvolnum></citerefentry>