checkmetrics: Add memory inside container value for clh

Add memory inside container value for clh.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-07-06 20:41:08 +00:00
parent 6c68924230
commit 6ca34f949e

View File

@ -32,3 +32,16 @@ checktype = "mean"
midval = 2518364.00
minpercent = 20.0
maxpercent = 20.0
[[metric]]
name = "memory-footprint-inside-container"
type = "json"
description = "measure memory inside the container"
# Min and Max values to set a 'range' that
# the median of the CSV Results data must fall
# within (inclusive)
checkvar = ".\"memory-footprint-inside-container\".Results | .[] | .memtotal.Result"
checktype = "mean"
midval = 4135244.0
minpercent = 20.0
maxpercent = 20.0