speedtest cli Command line interface for testing internet on Ubuntu Speedtest-cli is a script written in the Python programming language which measures the internet speed bidirectionally. This application allows you to check your internet speed upon distance in km, it can test against specific servers and it also provides a URL so that you can share your result on the internet. Install speedtest-cli on Ubuntu Run the following commands to install speedtest-cli on Ubuntu 16.10, Ubuntu 16.04, Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.10 and Ubuntu 14.04 Systems: sudo apt-get install python-pip sudo pip install speedtest-cli The speedtest-cli command can be used to check the Internet speed on Ubuntu Linux Systems. The command has the following format: speedtest-cli[-h][--bytes][--share][--simple][--csv][--csv-delimiter CSV_DELIMITER][--csv-header][--json][--list][--server SERVER][--mini MINI][--source SOURCE] [ --timeout TIMEOUT] [--secure] [--version] The eas...