Hi,
is it possible to create a calculated item ?
The idea is to calculate the CPU usage of a system with this formula:
usage = idle * 100 / (user+nice+system+idle)
this should give the cpu usage in percent.
Now how do you make an item out of this ? I only have items for the single values system.cpu.util.[,user/nice/system/idle,avg1].
is it possible to create a calculated item ?
The idea is to calculate the CPU usage of a system with this formula:
usage = idle * 100 / (user+nice+system+idle)
this should give the cpu usage in percent.
Now how do you make an item out of this ? I only have items for the single values system.cpu.util.[,user/nice/system/idle,avg1].


Comment