Advertisement
sxiii

Top 10 Best Internet Speed and Bandwidth Test 9 HTML 1 Flash

Dec 9th, 2015
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. ##################################################################
  2. # Top 10 Best Internet Speed and Bandwidth Test 9 HTML 1 Flash #
  3. # Bonus: CLI speed tests #
  4. # Actual: 9.12.2015 // by Security #
  5. ##################################################################
  6. # HTML5 (The Most Universal)
  7. # In this TOP 10, my average speed ranges not more than 20%
  8. # Tested on Ubuntu 15.10, Firefox 42.0 and Chrome 47.0
  9. 1. http://beta.speedtest.net <- one of the most popular
  10. 2. http://2ip.ru/speed <- russian famous test
  11. 3. http://speedof.me <- draws pretty good HTML graph (stability information)
  12. 4. http://openspeedtest.com
  13. 5. http://www.bandwidthplace.com
  14. 6. http://www.dslreports.com/speedtest <- shows multi-ping quality and speed graph
  15. 7. https://www.speakeasy.net/speedtest
  16. 8. http://testmy.net <- cool configurable online test suite
  17. 9. https://yandex.ru/internet <- another russian test
  18. # WARNING, results of the next one can be MUCH slower speed than other tests O_O
  19. 10. http://html5speedtest.me <- for me, it shows 10x slower
  20.  
  21. # Flash (Needs adobe proprietary plugin)
  22. 1. http://www.speedtest.net
  23.  
  24. # CLI SpeedTests
  25. 1. https://github.com/sivel/speedtest-cli
  26.  
  27. # Oneliner speed tests (requirements: python and curl)
  28. python <( curl -s speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py )
  29. wget --output-document=/dev/null http://speedtest.wdc01.softlayer.com/downloads/test500.zip
  30.  
  31. # Additional tools to diagnose your connection
  32. mtr, nmap, wavemon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement