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>
(cherry picked from commit 0aa073967d)
This commit is contained in:
Gabriela Cervantes 2023-09-12 19:33:21 +00:00 committed by Fabiano Fidêncio
parent 40ae855f0e
commit 31c3d9bd80
2 changed files with 14 additions and 1 deletions

View File

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

View File

@ -98,6 +98,19 @@ midval = 98.0
minpercent = 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]]
name = "network-iperf3"
type = "json"