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

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

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.