systemd-cgls

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

Install

All systems
curl cmd.cat/systemd-cgls.sh
Debian Debian
apt-get install systemd
Ubuntu
apt-get install systemd
Arch Arch Linux
pacman -S systemd
image/svg+xml Kali Linux
apt-get install systemd
CentOS
yum install systemd
Fedora
dnf install systemd
Windows (WSL2)
sudo apt-get update sudo apt-get install systemd
Raspbian
apt-get install systemd

Show the contents of the selected Linux control group hierarchy in a tree. More information: <https://www.freedesktop.org/software/systemd/man/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 --unit unit1 unit2 ...

© tl;dr; authors and contributors