Dashboard of the clusters
tempmon can be easily installed:
git clone https://github.com/cbc-univie/cluster-monitoring.git
cd cluster-monitoring
conda env create -f devtools/conda_envs/dash.yml
Then follow the link provided in the terminal.
If you need some parts in your own scripts, e.g. to get the datafiles in a pandas DataFrame, you can install the package and import it to your scripts:
pip install .
To view the Dashboard:
cd tempmon
python app.py
To use parts in a script (after pip install .
):
from tempmon.utils import generate_dfs
# generate dataframes for rs02 and rs10
df_rs02, df_rs10 = generate_dfs()
- cbc-univie
©️ 2024, cbc-univie