Advertisement
fix27

tests speed

Apr 6th, 2020
1,473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.76 KB | None | 0 0
  1. echo Author: fix@inbox.ru
  2. echo Start date: 07.04.2020
  3. https://bintray.com/ookla/download/download_file?file_path=ookla-speedtest-1.0.0-win64.zip
  4. cd ookla-speedtest-1.0.0-win64
  5. echo YES|speedtest.exe
  6. cd ..
  7. cd iperf-3.1.3-win64
  8. iperf3 -c bouygues.iperf.fr -p 9127
  9. iperf3 -c bouygues.iperf.fr -p 9222
  10. iperf3 -c speedtest.serverius.net -p 5002
  11. iperf3 -c iperf.eenet.ee
  12. iperf3 -c iperf.it-north.net -p 5200
  13. iperf3 -c iperf.it-north.net -p 5205
  14. iperf3 -c iperf.it-north.net -p 5209
  15. iperf3 -c iperf.biznetnetworks.com -p 5201
  16. iperf3 -c iperf.biznetnetworks.com -p 5202
  17. iperf3 -c iperf.biznetnetworks.com -p 5203
  18. iperf3 -c iperf.scottlinux.com -p 5201  
  19. iperf3 -c iperf.he.net -p 5201
  20. cd ..
  21. cd node-v13.12.0-win-x64
  22. if not exist "fast.cmd" (
  23.     npm install --force fast-cli
  24. )
  25. fast -u
  26. cd..
  27. cd wget-1.11.4-1\bin
  28. wget --tries=1 -O nul http://speedtest.tele2.net/100MB.zip
  29. wget --tries=1 -O nul http://speedtest6.tele2.net/100MB.zip
  30. wget --tries=1 -O nul http://ipv4.download.thinkbroadband.com/100MB.zip
  31. wget --tries=1 -O nul http://ipv6.download.thinkbroadband.com/100MB.zip
  32. wget --tries=1 -O nul http://speedtest-ny.turnkeyinternet.net/100mb.bin
  33. wget --tries=1 -O nul http://speedtest.ftp.otenet.gr/files/test100Mb.db
  34. wget --tries=1 -O nul http://ovh.net/files/100Mio.dat
  35. wget --tries=1 -O nul http://speedcheck.cdn.on.net/100meg.test
  36. wget --tries=1 -O nul http://mirror.filearena.net/pub/speed/SpeedTest_64MB.dat?_ga=2.34952033.1572673891.1586208526-1150274045.1586208526
  37. wget --tries=1 -O nul http://212.183.159.230/100MB.zip
  38. wget --tries=1 -O nul http://speedtest.belwue.net/100M
  39. wget --tries=1 -O nul http://speedtest-sgp1.digitalocean.com/100mb.test
  40. wget --tries=1 -O nul http://speedtest.as5577.net/1000mb.bin
  41. cd ..\..
  42. PING ipv6.google.com
  43. echo the end
  44. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement