mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-13 21:56:32 +00:00
metrics: Add write 95 percentile FIO value
This PR adds the write 95 percentile FIO value for checkmetrics
for kata metrics.
Fixes #7842
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit 024b4d2ffe
)
This commit is contained in:
parent
5e90c8e176
commit
22ce1671a6
@ -111,6 +111,20 @@ midval = 38656.0
|
||||
minpercent = 20.0
|
||||
maxpercent = 20.0
|
||||
|
||||
[[metric]]
|
||||
name = "fio"
|
||||
type = "json"
|
||||
description = "measure write 95 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 | .[] | .write95percentile.Result"
|
||||
checktype = "mean"
|
||||
midval = 823296.0
|
||||
minpercent = 20.0
|
||||
maxpercent = 20.0
|
||||
|
||||
|
||||
[[metric]]
|
||||
name = "network-iperf3"
|
||||
type = "json"
|
||||
|
Loading…
Reference in New Issue
Block a user