mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 09:58:35 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/ctop
Normal file
25
tldr/linux/ctop
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user