Merge pull request #7843 from GabyCT/topic/ffiolimit

metrics: Add write 95 percentile FIO value
This commit is contained in:
David Esparza
2023-09-06 14:52:00 -06:00
committed by GitHub
2 changed files with 26 additions and 0 deletions

View File

@@ -111,6 +111,19 @@ midval = 38656.0
minpercent = 20.0 minpercent = 20.0
maxpercent = 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 = 33024.0
minpercent = 20.0
maxpercent = 20.0
[[metric]] [[metric]]
name = "network-iperf3" name = "network-iperf3"
type = "json" type = "json"

View File

@@ -111,6 +111,19 @@ midval = 37120.0
minpercent = 20.0 minpercent = 20.0
maxpercent = 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 = 43264.0
minpercent = 20.0
maxpercent = 20.0
[[metric]] [[metric]]
name = "network-iperf3" name = "network-iperf3"
type = "json" type = "json"