How to check network bandwidth with Python? -
as asked, script check network bandwidth giving me idea how fast user can surf through web. there library, allows me specify size of package send , gives ping time or whatever?
this answer mentions python implementation of ping returns icmp packet's round-trip time. can use improved code comment: https://gist.github.com/255009.
but note since uses raw sockets, python script need run root.
Comments
Post a Comment