▲ 6 r/zabbix
Expression for calculating utilization? Zabbix 7.4.11
I have searched and searched. I am trying to show circuit utilization % on a map. Hoping for some help. Any is appreciated. I don't know what I am getting wrong in the expression. Either it doesn't work or it just shows the current speed and doesn't do the division or multiplication.
(300Mbps/10Gbps) * 100 = 3% is what I am trying to show
The ole reliable Google AI tells me to do {?100 * last(/HostName/net.if.out[ifHCOutOctets.InterfaceNumber]) / last(/HostName/net.if.speed[ifHighSpeed.InterfaceNumber])}% but that doesn't work. (Yes I have replaced variables with my hostname and SNMP index for the interface).
Thanks.
u/insanegod94 — 13 days ago