wardi / speedometer

Chart network TX/RX and file download rates on the console
http://excess.org/speedometer/
GNU Lesser General Public License v2.1
215 stars 52 forks source link

Question about bandwidth measurements #9

Closed brentfredericksmith closed 1 year ago

brentfredericksmith commented 8 years ago

I am wondering where it gets its stats from? I ran speedtests on interfaces and it did not seem to measure correctly. Are there any limitations such as only measuring IPv4 traffic?

I am attempting to use on my Debian based Ubiquiti EdgeRouter X.

ghost commented 1 year ago

It now use the psutil library, which reports network interface bandwidth: https://psutil.readthedocs.io/en/latest/index.html?highlight=net_io#psutil.net_io_counters

Close now...