Hello,
I want to monitor bandwidth on a switch using SNMP and ifHCInOctets
and ifHCOutOctets.
My question is ifHCIn/OutOctets gives the total value in bytes
receieved on the interface so it will grow and grow.
I want to get mbits per second for this. Do i just take 2 readings at
1 min interval, obtain the difference. Divide it by 60 to get bytes
per second, then divide by 8 to get bits per second?
On Fri, 1 Aug 2008 08:35:48 -0700 (PDT), cconnell_1 at (no spam) lycos.com wrote:
Quote:
I want to get mbits per second for this. Do i just take 2 readings at
1 min interval, obtain the difference. Divide it by 60 to get bytes
per second, then divide by 8 to get bits per second?