metrics: Add checkmetrics value for qemu for iperf

This PR adds the checkmetrics value for qemu for iperf benchmark.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-08-23 20:01:26 +00:00
parent 6a79ecedf9
commit c1edfe5511

View File

@ -108,5 +108,15 @@ description = "measure write 90 percentile using fio"
checkvar = ".\"fio\".Results | .[] | .write90percentile.Result"
checktype = "mean"
midval = 37120.0
name = "iperf"
type = "json"
description = "iperf"
# Min and Max values to set a 'range' that
# the median of the CSV Results data must fall
# within (inclusive)
checkvar = ".\"iperf\".Results | .[] | .jitter.Result"
checktype = "mean"
midval = 0.50
minpercent = 20.0
maxpercent = 20.0