10-18-2015, 09:42 PM
(This post was last modified: 10-18-2015, 10:10 PM by hughparker1.)
i have been trying to check speed on a couple of wireless adapters to see which one is best. Someone suggested I should connect to the RPi2 using PuTTY and run the following command.....
Initially this did give me some results that I could compare against each wireless adapter, but then the internet speed kept stalling and the test took ages to run so I had to stop the test. Not sure if it's my internet speed that is at fault or if the script is causing the test to fail or my ISP is throttling my speed.
So I was wondering if there was another way to check internet speed. I did see this link....
Measuring Internet Speed In Python Using Speedtest-cli
http://www.raspberrypi-spy.co.uk/2015/03...dtest-cli/
but I couldn't get the first text command line to run....
got error message...
Is there something I'm doing wrong? I don't have a lot of experience using the terminal but I'm willing to learn. Any help would be appreciated.
EDIT: I also tried different instructions to install speedtest-cli on this lnk.....
http://xmodulo.com/check-internet-speed-...linux.html
.... but I got error message....
I was able to install speedtest-cli using this method successfully on my Xubuntu laptop without any trouble, but can't seem to install it on my RPi2
Code:
wget --output-document=/dev/null http://speedtest.wdc01.softlayer.com/downloads/test500.zip
So I was wondering if there was another way to check internet speed. I did see this link....
Measuring Internet Speed In Python Using Speedtest-cli
http://www.raspberrypi-spy.co.uk/2015/03...dtest-cli/
but I couldn't get the first text command line to run....
Code:
git clone https://github.com/sivel/speedtest-cli.git
Code:
-sh: git: not found
EDIT: I also tried different instructions to install speedtest-cli on this lnk.....
http://xmodulo.com/check-internet-speed-...linux.html
.... but I got error message....
Code:
OpenELEC:~ # wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
wget: not an http or ftp url: https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
OpenELEC:~ #