Update README.md

This commit is contained in:
Jan Eitzinger 2023-06-13 08:45:44 +02:00
parent 4642a9b5c9
commit 0d4e698846

View File

@ -15,8 +15,9 @@ NHR@FAU uses the following stack:
* `cc-metric-collector` as node agent
* `cc-metric-store` as temporal metric timeseries cache. We use one instance for all clusters.
* `cc-backend`
* A homegrown python script running on the management nodes for providing job
meta data from Slurm
* A homegrown python script running on the management nodes for providing job meta data from Slurm
* Builtin sqlite database for job meta and user data (currently 11GB)
* Job Archive without retention using compressed data.json files (around 700GB)
We also push the metric data to an InfluxDB instance for debugging purposes.