mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 20:54:26 +00:00
metrics: Add boot time value for qemu
This PR adds the boot time value and limit for qemu. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
6520dfee37
commit
0c84270357
@ -16,9 +16,9 @@ description = "measure container lifecycle timings"
|
|||||||
# within (inclusive)
|
# within (inclusive)
|
||||||
checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
|
checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
|
||||||
checktype = "mean"
|
checktype = "mean"
|
||||||
midval = 0.61
|
midval = 0.71
|
||||||
minpercent = 20.0
|
minpercent = 30.0
|
||||||
maxpercent = 20.0
|
maxpercent = 30.0
|
||||||
|
|
||||||
[[metric]]
|
[[metric]]
|
||||||
name = "memory-footprint"
|
name = "memory-footprint"
|
||||||
|
Loading…
Reference in New Issue
Block a user