mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
metrics: Add jitter value for clh
This PR adds jitter value for clh for iperf metrics. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
f609a9a754
commit
6a79ecedf9
@ -110,3 +110,15 @@ checktype = "mean"
|
|||||||
midval = 38656.0
|
midval = 38656.0
|
||||||
minpercent = 20.0
|
minpercent = 20.0
|
||||||
maxpercent = 20.0
|
maxpercent = 20.0
|
||||||
|
|
||||||
|
name = "iperf"
|
||||||
|
type = "json"
|
||||||
|
description = "iperf"
|
||||||
|
# Min and Max values to set a 'range' that
|
||||||
|
# the median of the CSV Results data must fall
|
||||||
|
# within (inclusive)
|
||||||
|
checkvar = ".\"iperf\".Results | .[] | .jitter.Result"
|
||||||
|
checktype = "mean"
|
||||||
|
midval = 0.039
|
||||||
|
minpercent = 20.0
|
||||||
|
maxpercent = 20.0
|
||||||
|
Loading…
Reference in New Issue
Block a user