A CLI tool for a live view of your docker containers running on a remote server.
Project description
Docker Cluster Monitor
Stop SSH-ing into servers just to check container status.
Get a live, color-coded dashboard of all your Docker containers across remote servers-right from your terminal. See CPU, memory, and health at a glance, updated automatically every few seconds.
Why Docker Cluster Monitor?
⚡ Save Time: No more logging into servers to run docker stats or docker ps
👀 Instant Clarity: Color-coded metrics show problems at a glance
🔄 Stay Informed: Auto-refreshing dashboard keeps you updated
🚀 Zero Configuration: Just point it at your server and go
See Everything at a Glance
Smart color coding helps you spot issues instantly:
- 🟢 Green: Healthy, low resource usage
- 🔵 Cyan: Moderate load-everything's fine
- 🔴 Red: High CPU or memory usage-time to investigate
Memory percentages reflect your Docker Compose deployment limits, so you know exactly how close each container is to its configured threshold-not just the physical machine limits.
Quick Start
Install
Using uv (recommended):
uv tool install dockerclustermon
Note: Make sure you have uv installed first.
Monitor Your Containers
Run dockerstatus (or the shorter ds alias) with your server hostname:
dockerstatus my-docker-host
That's it! You now have a live dashboard of your containers, refreshing automatically.
How to Use
Basic Usage
Monitor containers on a remote server:
dockerstatus server.example.com
Specify a different SSH user (defaults to root):
dockerstatus server.example.com myuser
Use with SSH config entries:
dockerstatus my-server --ssh-config
Run with sudo privileges:
dockerstatus server.example.com --sudo
Complete Command Reference
System Requirements
Docker Cluster Monitor works on any system that supports SSH and has Docker CLI tools installed on the remote server.
Tested on: Ubuntu Linux
Should work on: Most Linux distributions and Unix-like systems
Current limitation: Does not work on the local machine (remote servers only)
Want local support? Contributions welcome! PRs accepted.
About
Docker Cluster Monitor is available on PyPI as dockerclustermon. While it's published as a Python package, it's designed as a standalone CLI tool rather than a library to import into your programs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dockerclustermon-0.3.1.tar.gz.
File metadata
- Download URL: dockerclustermon-0.3.1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b93e83057b1cd0e9aa94e24f2eeefe0c04a0502762a7bc2668be89c892abbe4
|
|
| MD5 |
218bc094c0ba6af78712e54e1d1c6c37
|
|
| BLAKE2b-256 |
9c2849be6a61e22b39b9a55f3392a98cdc7d24d1608dcf806bfd7e04b34d84b0
|
File details
Details for the file dockerclustermon-0.3.1-py3-none-any.whl.
File metadata
- Download URL: dockerclustermon-0.3.1-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e50be575c493268c56529b09a325e1a489d441456fdd57caffbcdb48c87d152
|
|
| MD5 |
e264620ab39ba2fb7dd924fafc5a4f5f
|
|
| BLAKE2b-256 |
add38ccd1924f4fae77988a9166b62d0ca7ec81bf153e05503dd7ae4cf5fa6a8
|