Which specific oid can I use for creating charts for bandwidth monitoring, with download/upload traffic load? I’m using this two snmp oid’s for readings but I get a graphic measured in x/s (seconds). I’m geeting a nice graphic but not the real time measurement in bps that I pretend. What am I doing wrong?
Multiply by 8 - as the “Octet” name suggests . It’s number of bytes transmitted/received, so measuring the number divided by time and multiplied by 8 - gives bps.
I applied the formula to one of the devices and designated the Unit field in bps.
Your previews information was most important for me, so I would appreciate your comments again.