How to test Internet Speed in Centos 7 using Speedtest-Cli Print

  • 0

Testing Speed in Centos is a Really easy job. This needs Python to be Installed on the Server. So before you do anything, Run this Command:
yum install -y python
Installation:
wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py

chmod +x speedtest.py
Executing Test
Run the script to determine your inbound/outbound connection bandwidth.
./speedtest.py

If you want an image of the result, run the following command instead.

./speedtest.py --share




Was this answer helpful?

« Back