Interface de linha de comando para testar a largura de banda da Internet usando o speedtest.net.
speedtest-cli funciona com o Python 2.4-3.4
wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
chmod +x speedtest-cli
$ speedtest-cli -h<br>
usage: speedtest-cli [-h] [--bytes] [--share] [--simple] [--list]<br>
[--server SERVER] [--mini MINI] [--source SOURCE]<br>
[--version]<br>
argumentos opcionais:
-h, --help show this help message and exit<br>
--bytes Display values in bytes instead of bits. Does not affect<br>
the image generated by --share<br>
--share Generate and provide a URL to the speedtest.net share<br>
results image<br>
--simple Suppress verbose output, only show basic information<br>
--list Display a list of speedtest.net servers sorted by distance<br>
--server SERVER Specify a server ID to test against<br>
--mini MINI URL of the Speedtest Mini server<br>
--source SOURCE Source IP address to bind to<br>
--version Show the version number and exit<br>