1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-14 11:15:58 +02:00

systemd-cgtop: fix page (#17596)

This commit is contained in:
Managor 2025-08-10 20:01:43 +03:00 committed by GitHub
parent 44ce84a438
commit ff6bb61bf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`):