What is the easiest way to get network statistics (bandwidth used, current down / up speed) through Python.
I understand that this should be the / proc system call, but is there an easier way or some tool that is available with standard * nix distributions for this?
thank
NOTE. I am going to use / proc / net / dev and parse the output 8 -)
source
share