Skip to content

chmodshubham/speedtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Ookla Speedtest

Uninstall non-official binaries

If migrating from prior Bintray install instructions please first,

sudo rm /etc/apt/sources.list.d/speedtest.list
sudo apt-get update
sudo apt-get remove speedtest

Other non-official binaries will conflict with Speedtest CLI. Example of how to remove using apt-get:

sudo apt-get remove speedtest-cli

Install speedtest

sudo apt-get install curl
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
sudo apt-get install speedtest

Automate speedtest through the shell script

A shell script that continuously runs the speedtest command and restarts itself if it encounters any error.

git clone https://github.com/chmodshubham/speedtest
cd speedtest/
chmod +x run_speedtest.sh
./run_speedtest.sh

About

Automate Ookla Speedtest through shell script

Topics

Resources

Stars

Watchers

Forks

Languages