You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe many of you might have used speedtest.net. [Matt Martz] @sivel has written a python tool to test the speed with CLI. This might be a good studying object when we get to the internet part/module.
Sample output, not bad at all:
$ ./speedtest-cli --bytes
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from XFINITY (76.121.236.203)...
Selecting best server based on latency...
b'Hosted by Comcast (Seattle, WA) [21.09 km]: 25.079 ms'
Testing download speed........................................
Download: 7.29 Mbyte/s
Testing upload speed..................................................
Upload: 0.56 Mbyte/s
Python file is here and the original repo is here.
The text was updated successfully, but these errors were encountered:
I believe many of you might have used speedtest.net. [Matt Martz] @sivel has written a python tool to test the speed with CLI. This might be a good studying object when we get to the internet part/module.
Sample output, not bad at all:
$ ./speedtest-cli --bytes Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from XFINITY (76.121.236.203)... Selecting best server based on latency... b'Hosted by Comcast (Seattle, WA) [21.09 km]: 25.079 ms' Testing download speed........................................ Download: 7.29 Mbyte/s Testing upload speed.................................................. Upload: 0.56 Mbyte/s
Python file is here and the original repo is here.
The text was updated successfully, but these errors were encountered: