mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-14 18:15:55 +02:00
systemd-cgtop: fix page (#17596)
This commit is contained in:
parent
44ce84a438
commit
ff6bb61bf7
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
- Change the sort order:
|
||||
|
||||
`systemd-cgtop {{[-i|--order]}} {{cpu|memory|path|tasks|io}}`
|
||||
`systemd-cgtop --order {{cpu|memory|path|tasks|io}}`
|
||||
|
||||
- Show the CPU usage by time instead of percentage:
|
||||
|
||||
`systemd-cgtop --cpu percentage`
|
||||
`systemd-cgtop --cpu=percentage`
|
||||
|
||||
- Change the update interval in seconds (or one of these time units: `ms`, `us`, `min`):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue