mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-03 18:04:16 +00:00
Merge pull request #7937 from GabyCT/topic/iperfbandwidth
metrics: Add iperf value for cpu utilization
This commit is contained in:
@@ -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 cpu utilization 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 | .[] | .cpu.Result"
|
||||||
|
checktype = "mean"
|
||||||
|
midval = 85.60
|
||||||
|
minpercent = 20.0
|
||||||
|
maxpercent = 20.0
|
||||||
|
|
||||||
[[metric]]
|
[[metric]]
|
||||||
name = "network-iperf3"
|
name = "network-iperf3"
|
||||||
type = "json"
|
type = "json"
|
||||||
|
@@ -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 cpu utilization 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 | .[] | .cpu.Result"
|
||||||
|
checktype = "mean"
|
||||||
|
midval = 99.86
|
||||||
|
minpercent = 20.0
|
||||||
|
maxpercent = 20.0
|
||||||
|
|
||||||
[[metric]]
|
[[metric]]
|
||||||
name = "network-iperf3"
|
name = "network-iperf3"
|
||||||
type = "json"
|
type = "json"
|
||||||
|
Reference in New Issue
Block a user