Monitor the GPU running of multiple servers through WEB and the project references https://github.com/WarBean/gpu_monitor
-
Switch to Python 3 environment
-
Installation dependency:
pip install itchat
pip install psutil
pip install requests
- Select a server as master server and run
python master.py --address <host IP> ,if can't get IP auto,you can write IP use --address
- Run on multiple GPU servers
python slaver.py --address <master IP>
- Get help:
python master.py -h