blob: 39320d3a5e5ca8f881b40a791f9479e51e7a6f13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
general {
output_format = "none"
}
order += "cpu_usage"
cpu_usage {
format = "all: %usage CPU_0: %cpu0 CPU_1: %cpu1"
path = "testcases/011-cpu-usage/stat"
max_threshold = 90
degraded_threshold = 75
}
|