From Fedora Project Wiki

< User:Johannbg‎ | QA/Systemd

Revision as of 10:32, 22 July 2010 by Johannbg (talk | contribs) (Created page with '== Name == systemd-cgls — Recursively show control group contents == Synopsis == <pre> systemd-cgls [OPTIONS...] [CGROUP...] </pre> == Description == systemd-cgls recursiv...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Name

systemd-cgls — Recursively show control group contents

Synopsis

systemd-cgls [OPTIONS...] [CGROUP...]

Description

systemd-cgls recursively shows the contents of the selected Linux control group 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 /cgroup shows the contents of the control group the working directory refers to. Otherwise the full systemd control group hierarchy is shown.

Options

The following options are understood:

--help

Prints a short help text and exits.

Exit status

On success 0 is returned, a non-zero failure code otherwise.

See Also

systemd(1), systemctl(1)