Real-time hardware monitoring dashboard — CPU, RAM, GPU, disk, network — served via a containerised web interface.
- Docker Desktop
- Python 3.x
pip install -r requirements-agent.txt
python host_agent.pydocker-compose uphttp://localhost:8080
- GPU metrics require an NVIDIA GPU with drivers installed.
- On systems without NVIDIA GPU, the GPU card shows "Not Available".
- The host agent must be running before starting Docker.