HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

systemd-cgls — Show the contents of the selected Linux control group hierarchy in a tree. More information: <https:

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandcontentsshowcliselectedsystemd-cgls
linux

Problem

How to use the systemd-cgls command: Show the contents of the selected Linux control group hierarchy in a tree. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-cgls.html>.

Solution

systemd-cgls — Show the contents of the selected Linux control group hierarchy in a tree. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-cgls.html>.

Display the whole control group hierarchy on your system:
systemd-cgls


Display a control group tree of a specific resource controller:
systemd-cgls {{cpu|memory|io}}


Display the control group hierarchy of one or more systemd units:
systemd-cgls {{[-u|--unit]}} {{unit1 unit2 ...}}

Code Snippets

Display the whole control group hierarchy on your system

systemd-cgls

Display a control group tree of a specific resource controller

systemd-cgls {{cpu|memory|io}}

Display the control group hierarchy of one or more systemd units

systemd-cgls {{[-u|--unit]}} {{unit1 unit2 ...}}

Context

tldr-pages: linux/systemd-cgls

Revisions (0)

No revisions yet.