Update Load Imbalance Pattern authored by Iwainsky, Christian's avatar Iwainsky, Christian
......@@ -23,6 +23,7 @@ Load Imbalance #1
"type":"bool",
"tag":"loadimba",
"level":"job",
"metric(SLURM:CPUh)":"work", // alias for work
"metric(numberOfProcesses)":"number_of_available_compute_units",
"metric(jobWallTime)":"walltime",
"parameter": ["load_imbalance_ratio_threshold","load_imbalance_waste_threshold"] // <-- explicit list of used parameters? or can be gathered from code parsing?
......@@ -54,6 +55,7 @@ Load Imbalance #2
"type":"bool",
"tag":"loadimba",
"level":"job",
"metric(SLURM:CPUh)":"work", // alias for work
"metric(numberOfProcesses)":"number_of_available_compute_units",
"metric(jobWallTime)":"walltime",
"parameter": ["load_imbalance_ratio_threshold"] // <-- explicit list of used parameters? or can be gathered from code parsing?
......
......