mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 21:50:50 +00:00
Update cheatsheets
This commit is contained in:
30
linux/systemd-cgtop
Normal file
30
linux/systemd-cgtop
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# systemd-cgtop
|
||||
|
||||
> Show the top control groups of the local Linux control group hierarchy, ordered by their CPU, memory, or disk I/O load.
|
||||
> See also: `top`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-cgtop.html>.
|
||||
|
||||
- Start an interactive view:
|
||||
|
||||
`systemd-cgtop`
|
||||
|
||||
- Change the sort order:
|
||||
|
||||
`systemd-cgtop --order={{cpu|memory|path|tasks|io}}`
|
||||
|
||||
- Show the CPU usage by time instead of percentage:
|
||||
|
||||
`systemd-cgtop --cpu=percentage`
|
||||
|
||||
- Change the update interval in seconds (or one of these time units: `ms`, `us`, `min`):
|
||||
|
||||
`systemd-cgtop --delay={{interval}}`
|
||||
|
||||
- Only count userspace processes (without kernel threads):
|
||||
|
||||
`systemd-cgtop -P`
|
||||
Reference in New Issue
Block a user