PDA

View Full Version : How to calculate CPU Idle from ssCpuRawIdle?


Godzilla
21-02-2006, 09:33
How do you calculate cpu idle % from ssCpuRawIdle in Zabbix?

I found the formula, but how to put total in Zabbix's custom multiplier?

total = ( ssCpuRawSystem +
ssCpuRawUser} +
ssCpuRawWait} +
ssCpuRawIdle} +
ssCpuRawKernel
)

idle = (ssCpuRawIdle / total ) * 100

Thanks

diopter
27-06-2006, 10:41
How do you calculate cpu idle % from ssCpuRawIdle in Zabbix?

I found the formula, but how to put total in Zabbix's custom multiplier?

total = ( ssCpuRawSystem +
ssCpuRawUser} +
ssCpuRawWait} +
ssCpuRawIdle} +
ssCpuRawKernel
)

idle = (ssCpuRawIdle / total ) * 100

Thanks

yes this formulate works , but how to put in mutliplier..
anyone can help .