1:255.13-alt1
[systemd_ALT.git] / man / systemd-cgls.xml
blob27332c5d31b1e9828eaf79095d92e4f0351e4b8d
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">
9   <refentryinfo>
10     <title>systemd-cgls</title>
11     <productname>systemd</productname>
12   </refentryinfo>
14   <refmeta>
15     <refentrytitle>systemd-cgls</refentrytitle>
16     <manvolnum>1</manvolnum>
17   </refmeta>
19   <refnamediv>
20     <refname>systemd-cgls</refname>
21     <refpurpose>Recursively show control group contents</refpurpose>
22   </refnamediv>
24   <refsynopsisdiv>
25     <cmdsynopsis>
26       <command>systemd-cgls</command>
27       <arg choice="opt" rep="repeat">OPTIONS</arg>
28       <arg choice="opt" rep="repeat">CGROUP</arg>
29     </cmdsynopsis>
30     <cmdsynopsis>
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>
35     </cmdsynopsis>
36   </refsynopsisdiv>
38   <refsect1>
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>
54   </refsect1>
56   <refsect1>
57     <title>Options</title>
59     <para>The following options are understood:</para>
61     <variablelist>
62       <varlistentry>
63         <term><option>--all</option></term>
65         <listitem><para>Do not hide empty control groups in the
66         output.</para></listitem>
67       </varlistentry>
69       <varlistentry>
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"/>
76         </listitem>
77       </varlistentry>
79       <varlistentry>
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"/>
86         </listitem>
87       </varlistentry>
89       <varlistentry>
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"/>
95         </listitem>
96       </varlistentry>
98       <varlistentry>
99         <term><option>-k</option></term>
101         <listitem><para>Include kernel threads in output.
102         </para></listitem>
103       </varlistentry>
105       <varlistentry>
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>
114       </varlistentry>
116       <varlistentry>
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.
122         </para>
124         <xi:include href="version-info.xml" xpointer="v250"/></listitem>
125       </varlistentry>
127       <varlistentry>
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>
135       </varlistentry>
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" />
140     </variablelist>
142   </refsect1>
144   <refsect1>
145     <title>Exit status</title>
147     <para>On success, 0 is returned, a non-zero failure code
148     otherwise.</para>
149   </refsect1>
151   <refsect1>
152     <title>See Also</title>
153     <para>
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>
159     </para>
160   </refsect1>
162 </refentry>