rwindsor1 / slurm_web

Website-based resource monitor for Slurm system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slurm Web

A simple website-based resource monitor for slurm system.

Screenshot

Required python packages

Run

pip install -r requirements.txt

to install the dependencies

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.

Running as a command-line tool

You can also use slurm_gpustat in the command line by

python slurm_web/slurm_gpustat.py

or by adding the following alias to your .bash_profile:

alias slurm_gpustat='python ~/slurm_web/slurm_gpustat.py'

Reference

With some supports from slurm_gpustat.

About

Website-based resource monitor for Slurm system

License:MIT License


Languages

Language:Python 84.9%Language:HTML 15.1%