mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 13:51:00 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
21
tldr/linux/systemd-cgls
Normal file
21
tldr/linux/systemd-cgls
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 ...}}`
|
||||
Reference in New Issue
Block a user