HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ctop — Instantly visualize container performance and health with real-time metrics on CPU, memory, and bloc

Submitted by: @import:tldr-pages··
0
Viewed 0 times
ctopcommandandcliinstantlyperformancecontainervisualize
linux

Problem

How to use the ctop command: 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>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/ctop

Revisions (0)

No revisions yet.