LinuxCommandLibrary

ctop

Monitor container resource usage

TLDR

Show only [a]ctive containers

$ ctop -a
copy

[r]everse the container sort order
$ ctop -r
copy

[i]nvert the default colors
$ ctop -i
copy

Display [h]elp
$ ctop -h
copy

SYNOPSIS

ctop [OPTIONS]

PARAMETERS

--help
    Show help message and exit.

--version
    Show version and exit.

--host
    Docker daemon socket to connect to (e.g., unix:///var/run/docker.sock, tcp://192.168.99.100:2376). Defaults to environment variables like DOCKER_HOST, DOCKER_TLS_VERIFY, and DOCKER_CERT_PATH, then finally unix:///var/run/docker.sock.

--style