mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
metrics: Add iperf cpu utilization limit for qemu
This PR adds the iperf cpu utilization limit for qemu for kata metrics. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
df5cd10ea0
commit
cd4fd1292a
tests/metrics/cmd/checkmetrics/ci_worker
@ -107,7 +107,7 @@ description = "measure container cpu utilization using iperf3"
|
||||
# within (inclusive)
|
||||
checkvar = ".\"network-iperf3\".Results | .[] | .cpu.Result"
|
||||
checktype = "mean"
|
||||
midval = 99.0
|
||||
midval = 85.60
|
||||
minpercent = 20.0
|
||||
maxpercent = 20.0
|
||||
|
||||
|
@ -98,6 +98,19 @@ midval = 98.0
|
||||
minpercent = 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]]
|
||||
name = "network-iperf3"
|
||||
type = "json"
|
||||
|
Loading…
Reference in New Issue
Block a user