Docker Stats
TUI.
A beautiful terminal dashboard for Docker container stats. CPU sparklines, memory bars, network I/O, compose project grouping, and real-time updates — all in your terminal. Like htop but for Docker.
$ dockertop
▸ myapp (3 containers)
web-1 ● Up ▁▃▅▇▅▃▁ 12% ██████░░ 256M
worker-1 ● Up ▁▁▂▁▁▁▁ 2% ████░░░░ 128M
redis ● Up ▁▁▁▁▁▁▁ 0% ██░░░░░░ 64M
▸ monitoring (2 containers)
prometheus ● Up ▃▅▃▂▃▅▃ 8% ██████░░ 1.2G
grafana ● Up ▁▁▁▁▂▁▁ 1% ███░░░░░ 180M
What It Does
Everything docker stats should be.
Dockertop reads Docker container stats in real-time and renders them in a rich terminal UI with sparkline charts, progress bars, and sortable columns. Group by compose project, filter by name, and sort by any metric.
CPU Sparklines
Each container gets a rolling CPU sparkline chart showing usage over the last 60 seconds. Spot trends at a glance without leaving the terminal.
Memory Bars
Visual memory usage bars with current/limit display. Color-coded thresholds — green, yellow, and red — so you see problems instantly.
Compose Grouping
Containers are automatically grouped by Docker Compose project. See which containers belong to which stack with collapsible project groups.
Sortable Columns
Sort by CPU, memory, network I/O, block I/O, or PIDs. Keyboard shortcuts for instant column sorting. Find the heaviest container fast.
Name Filtering
Type to filter containers by name. Useful when you have dozens of containers and need to focus on a specific service or project.
Open Source
MIT licensed. Audit the code, contribute, or fork it. Built for transparency and community use.
Terminal Dashboard
Your containers. Beautiful and real-time.
Dockertop renders a rich TUI with sparklines, memory bars, and network stats. Here's what it looks like in your terminal.
Install
One command. Running in seconds.
The installer downloads a single binary. Requires Docker to be running. No config needed — just run dockertop.
Full Container Monitoring
Terminal view? HostAtlas gives you full container monitoring.
Dockertop is great for quick terminal inspection. HostAtlas gives you persistent container monitoring with historical metrics, alerting on resource thresholds, auto-restart detection, image version tracking, and full integration with your server monitoring stack.