Friday, January 20, 2017

Setting up raspberry pi to test my internet speed

The setup is easy and can be done with steps below.

1. Install the python-pip

pi@raspberrypi:~$ sudo apt-get install python-pip


2. Install speedtest-cli

pi@raspberrypi:~$ sudo pip install speedtest-cli


Installation is done !!!


now just run the speedtest-cli to check the speed.


pi@raspberrypi:~$ speedtest-cli
Retrieving speedtest.net configuration...
Testing from Optus (1.43.205.101)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Telstra (Sydney) [1.92 km]: 54.277 ms
Testing download speed................................................................................
Download: 10.82 Mbit/s
Testing upload speed....................................................................................................
Upload: 4.44 Mbit/s
pi@raspberrypi:~$ 


No comments: