
#
# CPU perf
#
graph CPUperf_cpuidle

input cpu.%idle.(.*)
input-var label cpu.label.$GROUP
value-type gauge
input-limits 0..100
input-interval $shortInterval
input-deadtime $shortDeadTime

graph-id $HOST.$GROUP.cpuload%
legend % idle

maxcombine 4
scale 0..100
unit-label %
size 400x120
title CPU Usage, $label on $HOST


graph CPUperf_cpusystem

input cpu.%system.(.*)
input-var label cpu.label.$GROUP
value-type gauge
input-limits 0..100
input-interval $shortInterval
input-deadtime $shortDeadTime

graph-id $HOST.$GROUP.cpuload%
legend % system

maxcombine 4
scale 0..100
unit-label %
size 400x120
title CPU Usage, $label on $HOST


graph CPUperf_cpuuser

input cpu.%user.(.*)
input-var label cpu.label.$GROUP
value-type gauge
input-limits 0..100
input-interval $shortInterval
input-deadtime $shortDeadTime

graph-id $HOST.$GROUP.cpuload%
legend % user

maxcombine 4
scale 0..100
unit-label %
size 400x120
title CPU Usage, $label on $HOST


graph CPUperf_cpuwio

input cpu.%wio.(.*)
input-var label cpu.label.$GROUP
value-type gauge
input-limits 0..100
input-interval $shortInterval
input-deadtime $shortDeadTime

graph-id $HOST.$GROUP.cpuload%
legend % I/O-wait

maxcombine 4
scale 0..100
unit-label %
size 400x120
title CPU Usage, $label on $HOST


