Update cheatsheets

This commit is contained in:
ivuorinen
2024-05-28 00:14:18 +00:00
parent 369eb89f11
commit f104adf657
16 changed files with 188 additions and 10 deletions

25
tldr/linux/ctop Normal file
View 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`