1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:42:09 +02:00
tldr/pages/linux/ctop.md
Kailas Nath fbeade099e
ctop: add page (#12683)
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: spageektti <git@spageektti.cc>
2024-05-27 20:21:14 +02:00

20 lines
344 B
Markdown

# 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`