From 0d4e6988461d9cfcb417921eb4fa01465b72e136 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Tue, 13 Jun 2023 08:45:44 +0200 Subject: [PATCH] Update README.md --- fau-systems/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fau-systems/README.md b/fau-systems/README.md index 0347ca8..ee45a22 100644 --- a/fau-systems/README.md +++ b/fau-systems/README.md @@ -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.