Basically there are 2 ways that I know to test download speed.
1) with busybox wget: Download script below and put for example in /data/local/tmp and chmod to 755. the script will calculate the average download speed to download 100M file from london. Maybe I can add later US servers.
2) with GNU wget. Install it from here . Thanks to @alireza7991 for this. After that go to terminal and type:
for london:
for dallas (you can change the download file name to test10.zip for 10M and test500.zip for 500M):
1) with busybox wget: Download script below and put for example in /data/local/tmp and chmod to 755. the script will calculate the average download speed to download 100M file from london. Maybe I can add later US servers.
2) with GNU wget. Install it from here . Thanks to @alireza7991 for this. After that go to terminal and type:
for london:
Code:
wget -O /dev/null http://speedtest.london.linode.com/100MB-london.bin
for dallas (you can change the download file name to test10.zip for 10M and test500.zip for 500M):
Code:
wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test100.zip