Transformation not working

Started by xenth, May 30, 2008, 01:04:16 PM

Previous topic - Next topic

xenth

Two DCI'S

net.interface.bytesin(65539)   :   Incoming traffic , this value is in bytes
net.interface.speed(LAN)        :   Total interface speed,  this number is in bytes (converted it from bits to bytes successfully)

I want the incoming traffic DCI to display the network load procentually instead of showing the bytes.

The transformation on incoming traffic DCI is as followed:
$1 / GetDCIValue($node, FindDCIByName($node, "Net.Interface.Speed(LAN)")) * 100

This transformation doesn't work, it just gives me an output of "0"

What am I doing wrong?

Victor Kirhenshtein

If you remove transformation script from net.interface.bytesin(65539) parameter, did you get correct non-zero values?

Best regards,
Victor

xenth