checkmetrics: Add memory usage value for clh

This PR adds the memory usage value for clh.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-07-05 19:19:04 +00:00
parent 1c3dbafbf0
commit 78086ed1fe

View File

@ -19,3 +19,17 @@ checktype = "mean"
midval = 0.42
minpercent = 15.0
maxpercent = 15.0
[[metric]]
name = "memory-footprint"
type = "json"
description = "measure memory usage"
# Min and Max values to set a 'range' that
# the median of the CSV Results data must fall
# within (inclusive)
checkvar = ".\"memory-footprint\".Results | .[] | .average.Result"
checktype = "mean"
midval = 2518364.00
minpercent = 15.0
maxpercent = 15.0