ctop: add page (#12683)

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: spageektti <git@spageektti.cc>
pull/28/head
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
1 changed files with 20 additions and 0 deletions

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`