Enhanced gpustat-web, a web interface of gpustat -- aggregating gpustat across multiple nodes.
- Add cpu, memory, network and cuda infomation
- Add GPU usage rankings using
sqlite
- Arrange the codes in an extensible way (try implementing another
worker
!)
- Python 3
- gpustat_web
- aiosqlite
- sysstat
- gpustat
- Download this repo
- Install required python packages
- Run
python app.py
This project is in alpha version.
- Re-arrange the context and workers.
- Modify the
Worker
class. - Nicer HTML file.
- Detailed installation instructions.