94651257ce
This change addresses the issue #199 asking for multiple CPU support. It takes an arbitrary CPU number and outputs its usage using the same arithmetics as for CPU aggregation. It currently doesn't support FreeBSD.
13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
general {
|
|
output_format = "none"
|
|
}
|
|
|
|
order += "cpu_usage"
|
|
|
|
cpu_usage {
|
|
format = "all: %usage CPU_0: %cpu0 CPU_1: %cpu1"
|
|
path = "testcases/013-cpu-usage-error/stat"
|
|
max_threshold = 90
|
|
degraded_threshold = 75
|
|
}
|