mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 04:04:45 +00: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:
parent
1c3dbafbf0
commit
78086ed1fe
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user