forked from nwgat/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlftp.dotest.100.sh
31 lines (31 loc) · 1.61 KB
/
lftp.dotest.100.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
echo ""
echo "#############################################"
echo "Nwgat.Ninja DigitalOcean Network Benchmark v1"
echo "#############################################"
echo ""
echo "Digitalocean NYC1 (New York City, United States)"
lftp -e 'pget http://ipv4.speedtest-nyc1.digitalocean.com/100mb.test -o test.nyc1.100 && exit'
echo "Digitalocean NYC2 (New York City, United States)"
lftp -e 'pget http://ipv4.speedtest-nyc2.digitalocean.com/100mb.test -o test.nyc2.100 && exit'
echo "Digitalocean NYC3 (New York City, United States)"
lftp -e 'pget http://ipv4.speedtest-nyc3.digitalocean.com/100mb.test -o test.nyc3.100 && exit'
echo ""
echo "Digitalocean (San Fransisco, United States)"
lftp -e 'pget http://ipv4.speedtest-sfo1.digitalocean.com/100mb.test -o test.sfo1.100 && exit'
echo ""
echo "Digitalocean AMS1 (Amsterdam, Europe)"
lftp -e 'pget http://ipv4.speedtest-ams1.digitalocean.com/100mb.test -o test.ams1.100 && exit'
echo "Digitalocean AMS2 (Amsterdam, Europe)"
lftp -e 'pget http://ipv4.speedtest-ams2.digitalocean.com/100mb.test -o test.ams2.100 && exit'
echo "Digitalocean AMS3 (Amsterdam, Europe)"
lftp -e 'pget http://ipv4.speedtest-ams3.digitalocean.com/100mb.test -o test.ams3.100 && exit'
echo ""
echo "Digitalocean (London, Europe)"
lftp -e 'pget http://ipv4.speedtest-lon1.digitalocean.com/100mb.test -o test.lon1.100 && exit'
echo ""
echo "Digitalocean (Francefort, Germany)"
lftp -e 'pget http://ipv4.speedtest-fra1.digitalocean.com/100mb.test -o test.fra1.100 && exit'
echo ""
echo "Digitalocean (Singapore, Asia)"
lftp -e 'pget http://ipv4.speedtest-sgp1.digitalocean.com/100mb.test -o test.sgp1.100 && exit'
echo ""