metrics: Add limit for write 90 percentile value for clh

This PR adds the limit for write 90 percentile value for clh for
FIO metrics.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-08-28 15:32:11 +00:00
parent 6e06392c55
commit 99db6568e9

View File

@ -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 = 38656.0
minpercent = 20.0
maxpercent = 20.0