mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 07:35:24 +02:00
systemd-cgls: add page (#10933)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
496eadc7e6
commit
d321a03240
1 changed files with 16 additions and 0 deletions
16
pages/linux/systemd-cgls.md
Normal file
16
pages/linux/systemd-cgls.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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>.
|
||||||
|
|
||||||
|
- 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 ...}}`
|
Loading…
Add table
Reference in a new issue