A dashboard widget plugin for Unraid that visualizes real-time resource usage of your top 10 Docker containers.
- CPU Usage: Monitor CPU load per container.
- Memory Usage: Track memory consumption.
- Visuals: Clean interface on the Dashboard tab
- Real-time: Updates every 3 seconds.
To install the plugin on your Unraid server:
- Copy the Direct Link to the
docker-stats.plgfile in the root of this repository.- Usually:
https://raw.githubusercontent.com/davemachado/docker-stats/master/docker-stats.plg
- Usually:
- Go to your Unraid Web UI.
- Navigate to the Plugins tab.
- Click on Install Plugin.
- Paste the URL and click Install.
- Modify Code: Make changes in the
source/docker-statsdirectory. - Build Locally: Run
./build.shto update the.plgfile and package the versioned.txzin thepackages/directory. - Release:
- Push a new tag (e.g.,
git tag v2026.02.01 && git push origin --tags). - The GitHub Action will automatically create a release and upload the assets.
- Push a new tag (e.g.,
MIT