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:
parent
5d974c710f
commit
fbeade099e
1 changed files with 20 additions and 0 deletions
20
pages/linux/ctop.md
Normal file
20
pages/linux/ctop.md
Normal 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`
|
Loading…
Add table
Reference in a new issue