mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 06:18:58 +00:00
Merge pull request #7925 from GabyCT/topic/bandwidthlimit
metrics: Add iperf bandwidth value for kata metrics
This commit is contained in:
@@ -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 = 61176889941.19
|
||||
minpercent = 20.0
|
||||
maxpercent = 20.0
|
||||
|
||||
[[metric]]
|
||||
name = "network-iperf3"
|
||||
type = "json"
|
||||
@@ -108,5 +121,5 @@ description = "iperf"
|
||||
checkvar = ".\"network-iperf3\".Results | .[] | .jitter.Result"
|
||||
checktype = "mean"
|
||||
midval = 0.044
|
||||
minpercent = 30.0
|
||||
maxpercent = 30.0
|
||||
minpercent = 40.0
|
||||
maxpercent = 40.0
|
||||
|
@@ -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"
|
||||
@@ -108,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