Hi, I am newbie in sflow.
Currently, I am developing some sort of monitoring tool to get view of my network (i.e., openvswitches).
The problem I still encounter is that the link utilization which I calculate is over 100%.
Is it possible? If so, what does it mean?
The calculation for link utilization I used is as follow:
Assume that every 5 secs I receive counter samples.
Using input and output bytes information in the counter sample, I subtract the current bytes information from the previous one. Then multiply by 8 to translate to bits, then divide by 5 secs to get bps. After then I divide it by interface speed in counter sample.