Hi,
How do I go about creating this formula "(txOctets.T2 – txOctets.T1)/(time T2-T1) * ifSpeed" through the use of Universal Device Poller transform result?
Where T1 and T2 is at a specified time.
Transmission throughput for Port x:
- Read txOctets (1.3.6.1.4.1.7342.2.1.5.1.1) at time T1 and time T2
- Read ifSpeed (1.3.6.1.2.1.2.2.1.5)
- Throughput = (txOctets.T2 – txOctets.T1)/(time T2-T1) * ifSpeed, result is in bits/second