From d321a03240741e03b0adf6628efedd28cfaf24cf Mon Sep 17 00:00:00 2001 From: Daniel <33197631+dadav@users.noreply.github.com> Date: Thu, 12 Oct 2023 22:23:07 +0200 Subject: [PATCH] systemd-cgls: add page (#10933) Co-authored-by: K.B.Dharun Krishna Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/systemd-cgls.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/systemd-cgls.md diff --git a/pages/linux/systemd-cgls.md b/pages/linux/systemd-cgls.md new file mode 100644 index 000000000..e7ca91c2b --- /dev/null +++ b/pages/linux/systemd-cgls.md @@ -0,0 +1,16 @@ +# systemd-cgls + +> Show the contents of the selected Linux control group hierarchy in a tree. +> More information: . + +- 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 ...}}`