mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 12:44:39 +00:00
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:
parent
615c1cbf19
commit
0aa073967d
@ -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
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user