An open API service indexing awesome lists of open source software.

https://github.com/songquanpeng/server-monitor

Monitor GPU usages across multi servers.
https://github.com/songquanpeng/server-monitor

gpu-monitoring nvidia-smi

Last synced: 5 months ago
JSON representation

Monitor GPU usages across multi servers.

Awesome Lists containing this project

README

          

# Server Monitor
## Description
Monitor GPU usages across multi servers.

## Usage
### Server
```shell script
# build the server or download it from the release page
go build
# start server with a daemon (here we use pm2)
pm2 start ./server_monitor --name server-monitor -- 80
```

### Client
1. Edit the server url in `client.sh`.
2. `chmod u+x ./client.sh`.
3. `crontab -e`.
4. Add a new schedule task: `0 * * * * /path/to/client.sh` (run every 1 hour).

## TODO
- [ ] Notify specified people when specified card is available.