Monitor gpu usages across multiple servers in one single webpage, using ssh to access the data.
- Install dependencies if needed:
pip install fabric flask
- Create a
conf.py
file to store ssh info of the remote servers. The required date structure is described ingpu_monitor.py
. Support ProxyJump if you provideproxy
, but not necessary. - Run:
python gpu_monitor.py
- You'll see this: