LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

dtop

Terminal dashboard for Docker container monitoring

TLDR

Launch the Docker monitoring dashboard
$ dtop
copy
Monitor specific containers only
$ dtop [container1] [container2]
copy
Refresh every 5 seconds
$ dtop --refresh 5
copy
Show all containers including stopped
$ dtop --all
copy

SYNOPSIS

dtop [options] [containers]

DESCRIPTION

dtop is a terminal-based dashboard for monitoring Docker containers in real-time. It provides a top/htop-like interface specifically designed for Docker, showing CPU usage, memory consumption, network I/O, and container status.The tool displays container metrics in a sortable table format with color-coded health indicators. It automatically refreshes to show current statistics and allows filtering to focus on specific containers or resource types.

PARAMETERS

-r, --refresh SECONDS

Refresh interval in seconds (default: 2)
-a, --all
Show all containers including stopped
--no-trunc
Don't truncate container names
--cpu-only
Show only CPU metrics
--memory-only
Show only memory metrics
--network-only
Show only network metrics
-c, --config FILE
Configuration file path
-v, --version
Display version and exit
-h, --help
Display help and exit

KEYBINDINGS

↑/↓

Navigate through containers
s
Change sort column
q
Quit
p
Pause/unpause selected container
r
Restart selected container
k
Kill selected container
l
Show container logs
/ or f
Filter/search containers

INSTALL

sudo apt install diod
copy
brew install dtop
copy
nix profile install nixpkgs#diod
copy

CAVEATS

Requires Docker daemon access and appropriate permissions. Container stats are limited by Docker API capabilities. Large numbers of containers may impact performance. Network stats may vary by Docker driver.

HISTORY

dtop was created to provide Docker-specific monitoring similar to what top/htop provide for system processes. It fills the gap between Docker's built-in stats command and more complex monitoring solutions.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid