wac81 / gpu_web_monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monitor the GPU running of multiple servers through WEB and the project references https://github.com/WarBean/gpu_monitor

Usage:

  1. Switch to Python 3 environment

  2. Installation dependency:

pip install itchat
pip install psutil
pip install requests
  1. 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
  1. Run on multiple GPU servers
python slaver.py --address <master IP>
  1. Get help:
python master.py -h

About

License:MIT License


Languages

Language:Python 97.1%Language:HTML 2.9%