Hi All
I am trying to setup trigger for total port bandwidth to fire at 80%
I am using this example to make my own expression
(((ifInOctets.1 + ifOutOctets.1)/(ifSpeed.1 / 8)) * 100) > 80
Mine reads
(((LW_MDF
ort26.in + LW_MDF
ort26.out)/(LW_MDF
ort26.speed / 8)) * 100) > 80
Also tried
(((ifInOctets.26 + ifOutOctets.26)/(ifHighSpeed.26 / 8)) * 100) > 80
error
check expression part starting from ")) * 100)
As far as math goes
say port26.in = 750 000
port26.out = 750 000
Total = 1 500 000
/
port26.speed = 100 000 000 / 8
total = 12 500 000
.12 x 100 = 12%
Can someone please
Thanks
Dave
I am trying to setup trigger for total port bandwidth to fire at 80%
I am using this example to make my own expression
(((ifInOctets.1 + ifOutOctets.1)/(ifSpeed.1 / 8)) * 100) > 80
Mine reads
(((LW_MDF
ort26.in + LW_MDF
ort26.out)/(LW_MDF
ort26.speed / 8)) * 100) > 80Also tried
(((ifInOctets.26 + ifOutOctets.26)/(ifHighSpeed.26 / 8)) * 100) > 80
error
check expression part starting from ")) * 100)
As far as math goes
say port26.in = 750 000
port26.out = 750 000
Total = 1 500 000
/
port26.speed = 100 000 000 / 8
total = 12 500 000
.12 x 100 = 12%
Can someone please
Thanks
Dave
Comment