How to install Speedtest-cli on Centos 7
Speedtest-cli is used to check the speed of uploading and downloading in the server and it use command line interface in order to perform the task. You can also test the network speed of your server too. It is quite simple to install Speedtest-cli in server
yum install -y python
cd ~
wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest.py
./speedtest.py
./speedtest.py –share
======================================================
centos 7