/slurm_web

Website-based resource monitor for Slurm system

Primary LanguagePythonMIT LicenseMIT

Slurm Web

A simple website-based resource monitor for slurm system.

Screenshot

Required python packages

flask, colored, humanize, humanfriendly, beartype, seaborn, django

Launch

For example, run the command: python app.py --host localhost --port 8080. Then the website will be hosted at localhost:8080/.

You should change the host and port for your server. Also change the index.html for header/footer and formatting.

Reference

With some supports from slurm_gpustat.