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.

GitHub - TengdaHan/slurm_web at pythonawesome.com
Website-based resource monitor for Slurm system. Contribute to TengdaHan/slurm_web development by creating an account on GitHub.