Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/th-nuernberg/slurm-monitor
Monitor usage, health parameters, etc. of a Slurm/nvidia-smi based GPU cluster
https://github.com/th-nuernberg/slurm-monitor
Last synced: 1 day ago
JSON representation
Monitor usage, health parameters, etc. of a Slurm/nvidia-smi based GPU cluster
- Host: GitHub
- URL: https://github.com/th-nuernberg/slurm-monitor
- Owner: th-nuernberg
- License: mit
- Created: 2024-05-29T07:19:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T14:13:10.000Z (about 1 month ago)
- Last Synced: 2024-12-13T14:31:24.165Z (about 1 month ago)
- Language: Rust
- Size: 198 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slurm-monitor
Monitor usage, health parameters, etc. of a Slurm/nvidia-smi based GPU cluster## Build
- Install up-to-date rust toolchain for your system
- `cargo build` / `cargo build --release`## Run
- `cargo run`# Test instance on `kiz0`
`ssh -L 3333:localhost:3333 kiz0.in.ohmportal.de`Then open `localhost:3333` in your browser.