Hello All,
I'm trying to set up an item to watch the network interface throughput.
Now after reading the wiki page about SNMP & EthernetIface i still have the following questions:
- the data sent by ifInOctets is the total amount of data passed in octets, so this can be also referred to as in bytes?
- how does the deltaspeed works? lets say i the first value is: 121 and 10 seconds later it's 131. So the data past is 10 bytes. So i had 10 bytes passed in 10 seconds so i have an average of 1 byte per second?
- why does 'ploeger' on the snmp page use an multiplier 8? if i want the number of bits per second shouldn't i divide it instead of multiplying?
I'm trying to set up an item to watch the network interface throughput.
Now after reading the wiki page about SNMP & EthernetIface i still have the following questions:
- the data sent by ifInOctets is the total amount of data passed in octets, so this can be also referred to as in bytes?
- how does the deltaspeed works? lets say i the first value is: 121 and 10 seconds later it's 131. So the data past is 10 bytes. So i had 10 bytes passed in 10 seconds so i have an average of 1 byte per second?
- why does 'ploeger' on the snmp page use an multiplier 8? if i want the number of bits per second shouldn't i divide it instead of multiplying?
Comment