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 ...}}`