The value of "Traffic In" and "Traffic Out" represents the up and down bandwidth? how can I get the upload and download speed?
Article Comments
Thanks for answering. I have a router and I want to know the upload and download speed of the interface connected to the Internet. Can I do it with SNMP?
Sep, 2017 - Permalink
Hi there,
Please note that the SNMP Sensor will only monitor the current bandwidth (speed) of the incoming and outgoing traffic. It can't monitor the maximum available download/upload speed. This would require constant down-/uploads to see what the available down-/upload speeds are.
Best regards.
Sep, 2017 - Permalink
how the SNMP Traffic sensor works? How does the sensor measure? How long is the measurement?
Sep, 2017 - Permalink
Hi there
The sensor queries the device via SNMP for its newest traffic counters which are in most cases given in Byte. PRTG will then calculate the difference between the query now and the next query. This will result in the size that went through (e.g. 100 KByte) and the speed (60 second Scan interval / 100 Kbyte = 1,7 Kbyte/s or 13,6 KBit/s).
As explained, the sensor does not measure, it gets the data from the device and calculates them properly.
https://www.paessler.com/manuals/prtg/snmp_traffic_sensor
Best regards.
Sep, 2017 - Permalink
This is the description of the values polled by the Traffic In and Traffic Out channels from the SNMP Traffic sensor:
The sensor will measure the difference of the counters between scans and display values in kilobit/second.
If you want to check the interface's speed, you could deploy a custom sensor to monitor the Interface's speed:
Best Regards,
Luciano Lingnau [Paessler Support]
Sep, 2017 - Permalink