mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-28 04:21:03 +00:00
Merge pull request #9610 from GabyCT/topic/fixrwfio
metrics: Fix random write value for FIO
This commit is contained in:
commit
05cc8fae5e
@ -146,9 +146,9 @@ description = "measure random write throughput using fio"
|
|||||||
# within (inclusive)
|
# within (inclusive)
|
||||||
checkvar = "[.\"fio\".\"Results random\"] | .[] | .[] | .randwrite.bw | select( . != null )"
|
checkvar = "[.\"fio\".\"Results random\"] | .[] | .[] | .randwrite.bw | select( . != null )"
|
||||||
checktype = "mean"
|
checktype = "mean"
|
||||||
midval = 1440540.7
|
midval = 1065844.0
|
||||||
minpercent = 20.0
|
minpercent = 40.0
|
||||||
maxpercent = 20.0
|
maxpercent = 40.0
|
||||||
|
|
||||||
[[metric]]
|
[[metric]]
|
||||||
name = "latency"
|
name = "latency"
|
||||||
|
@ -146,9 +146,9 @@ description = "measure random write throughput using fio"
|
|||||||
# within (inclusive)
|
# within (inclusive)
|
||||||
checkvar = "[.\"fio\".\"Results random\"] | .[] | .[] | .randwrite.bw | select( . != null )"
|
checkvar = "[.\"fio\".\"Results random\"] | .[] | .[] | .randwrite.bw | select( . != null )"
|
||||||
checktype = "mean"
|
checktype = "mean"
|
||||||
midval = 1457926.8
|
midval = 1084725.25
|
||||||
minpercent = 20.0
|
minpercent = 40.0
|
||||||
maxpercent = 20.0
|
maxpercent = 40.0
|
||||||
|
|
||||||
[[metric]]
|
[[metric]]
|
||||||
name = "latency"
|
name = "latency"
|
||||||
|
Loading…
Reference in New Issue
Block a user