https://github.com/aaronjackson/ganglia-slurm
:snake: A ganglia python module for monitoring Slurm
https://github.com/aaronjackson/ganglia-slurm
ganglia slurm
Last synced: about 1 month ago
JSON representation
:snake: A ganglia python module for monitoring Slurm
- Host: GitHub
- URL: https://github.com/aaronjackson/ganglia-slurm
- Owner: AaronJackson
- License: bsd-3-clause
- Created: 2019-02-18T23:16:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T10:42:16.000Z (about 6 years ago)
- Last Synced: 2025-04-06T23:47:51.565Z (about 1 month ago)
- Topics: ganglia, slurm
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* Slurm module for Ganglia
This plugin was written to monitor the GPU cluster in the [[http://cvl.cs.nott.ac.uk/][Computer
Vision Laboratory]] at the University of Nottingham.** What this module shows (so far):
- ~slurm_jobs_running~
- ~slurm_jobs_pending~
- ~slurm_jobs_completing~
- ~slurm_jobs_suspended~
- ~slurm_gpu_free~
- ~slurm_gpu_alloc~** How do I install it?
Run ~make~ as root and it should copy things into place. Assuming a
systemd system, run ~systemctl restart gmond~ to reload the python
configs.** Contributing
Please do feel free to send a pull request if you'd like to add some
functionality.