1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

ctop: add page (#12683)

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: spageektti <git@spageektti.cc>
This commit is contained in:
Kailas Nath 2024-05-27 23:51:14 +05:30 committed by GitHub
parent 5d974c710f
commit fbeade099e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages/linux/ctop.md Normal file
View file

@ -0,0 +1,20 @@
# ctop
> Instantly visualize container performance and health with real-time metrics on CPU, memory, and block IO usage.
> More information: <https://github.com/bcicen/ctop>.
- Show only [a]ctive containers:
`ctop -a`
- [r]everse the container sort order:
`ctop -r`
- [i]nvert the default colors:
`ctop -i`
- Display [h]elp:
`ctop -h`