mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 07:24:24 +01:00
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:
@@ -19,3 +19,17 @@ checktype = "mean"
|
|||||||
midval = 0.42
|
midval = 0.42
|
||||||
minpercent = 15.0
|
minpercent = 15.0
|
||||||
maxpercent = 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user