metrics: Add iperf bandwidth value for qemu

This PR adds the iperf bandwidth value for qemu for kata metrics.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-09-12 19:33:21 +00:00
parent 615c1cbf19
commit 0aa073967d
2 changed files with 14 additions and 1 deletions

View File

@ -107,7 +107,7 @@ description = "measure container bandwidth using iperf3"
# within (inclusive) # within (inclusive)
checkvar = ".\"network-iperf3\".Results | .[] | .bandwidth.Result" checkvar = ".\"network-iperf3\".Results | .[] | .bandwidth.Result"
checktype = "mean" checktype = "mean"
midval = 55302925246.02 midval = 61176889941.19
minpercent = 20.0 minpercent = 20.0
maxpercent = 20.0 maxpercent = 20.0

View File

@ -98,6 +98,19 @@ midval = 98.0
minpercent = 20.0 minpercent = 20.0
maxpercent = 20.0 maxpercent = 20.0
[[metric]]
name = "network-iperf3"
type = "json"
description = "measure container bandwidth using iperf3"
# Min and Max values to set a 'range' that
# the median of the CSV Results data must fall
# within (inclusive)
checkvar = ".\"network-iperf3\".Results | .[] | .bandwidth.Result"
checktype = "mean"
midval = 52644229340.91
minpercent = 20.0
maxpercent = 20.0
[[metric]] [[metric]]
name = "network-iperf3" name = "network-iperf3"
type = "json" type = "json"