mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
442 B
Plaintext
26 lines
442 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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#usage>.
|
|
|
|
- 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`
|