mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 19:35:32 +00:00
metrics: clh: Increase network-iperf3 range
We hit a failure with: ``` time="2025-01-09T09:55:58Z" level=warning msg="Failed Minval (0.017600 > 0.015000) for [network-iperf3]" ``` The range is very big, but in the last 3 test runs I reviewed we have got a minimum value of 0.015s and a max value of 0.052, so there is a ~350% difference possible so I think we need to have a wide range to make this stable. Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
e946d9d5d3
commit
aaae5b6d0f
@ -211,6 +211,6 @@ description = "iperf"
|
||||
# within (inclusive)
|
||||
checkvar = ".\"network-iperf3\".Results | .[] | .jitter.Result"
|
||||
checktype = "mean"
|
||||
midval = 0.044
|
||||
minpercent = 60.0
|
||||
maxpercent = 50.0
|
||||
midval = 0.04
|
||||
minpercent = 70.0
|
||||
maxpercent = 60.0
|
||||
|
Loading…
Reference in New Issue
Block a user