mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-13 19:34:30 +01:00
metrics: Increase jitter value for qemu
This PR increases the jitter value for qemu for kata metrics.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit 49e2fa189c)
This commit is contained in:
committed by
Fabiano Fidêncio
parent
3c5bd8c44d
commit
97283b18b4
@@ -121,5 +121,5 @@ description = "iperf"
|
||||
checkvar = ".\"network-iperf3\".Results | .[] | .jitter.Result"
|
||||
checktype = "mean"
|
||||
midval = 0.044
|
||||
minpercent = 35.0
|
||||
maxpercent = 35.0
|
||||
minpercent = 40.0
|
||||
maxpercent = 40.0
|
||||
|
||||
@@ -121,5 +121,5 @@ description = "iperf"
|
||||
checkvar = ".\"network-iperf3\".Results | .[] | .jitter.Result"
|
||||
checktype = "mean"
|
||||
midval = 0.041
|
||||
minpercent = 30.0
|
||||
maxpercent = 30.0
|
||||
minpercent = 40.0
|
||||
maxpercent = 40.0
|
||||
|
||||
Reference in New Issue
Block a user