Add cpu_load and mem_used to Job stats

Fixes #111
This commit is contained in:
2023-06-15 11:07:48 +02:00
parent 85c7b9e357
commit 9137931b74
6 changed files with 15 additions and 3 deletions

View File

@@ -480,6 +480,7 @@
},
"required": [
"cpu_user",
"cpu_load",
"mem_used",
"flops_any",
"mem_bw",

View File

@@ -327,6 +327,7 @@
},
"required": [
"cpu_user",
"cpu_load",
"mem_used",
"flops_any",
"mem_bw"