mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-08 04:49:52 +00:00
metrics: Add limit for 90 percentile for qemu value
This PR adds the limit for 90 percentile for qemu value for
FIO kata metrics.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit a7b59a5bf9
)
This commit is contained in:
parent
dbb4761c4b
commit
17c88a1a7f
@ -97,3 +97,16 @@ checktype = "mean"
|
|||||||
midval = 98.0
|
midval = 98.0
|
||||||
minpercent = 20.0
|
minpercent = 20.0
|
||||||
maxpercent = 20.0
|
maxpercent = 20.0
|
||||||
|
|
||||||
|
[[metric]]
|
||||||
|
name = "fio"
|
||||||
|
type = "json"
|
||||||
|
description = "measure write 90 percentile using fio"
|
||||||
|
# Min and Max values to set a 'range' that
|
||||||
|
# the median of the CSV Results data must fall
|
||||||
|
# within (inclusive)
|
||||||
|
checkvar = ".\"fio\".Results | .[] | .write90percentile.Result"
|
||||||
|
checktype = "mean"
|
||||||
|
midval = 37120.0
|
||||||
|
minpercent = 20.0
|
||||||
|
maxpercent = 20.0
|
||||||
|
Loading…
Reference in New Issue
Block a user