Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Most Complete wget test
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Most Complete wget test

Hello,

Would anyone care to share a network benchmark script that has the most list of test servers test speed with? I usually just use http://freevps.us/downloads/bench.sh and test only few

Comments

  • I've seen this one around too:

    wget mcmyhost.net/benchmark.sh -O - -o /dev/null|bash

  • Awmusic12635Awmusic12635 Member, Host Rep

    Serverbear?

  • blackblack Member
    edited February 2014
    wget dl.getipaddr.net/speedtest.sh 2>/dev/null -O- | bash 

    Shameless self promotion. It uses curl to test upload speed as well, since that's more important than download speed in my opinion.

    Thanked by 1jcaleb
  • How about the classic speedtest? they have a CLI now I think

    Thanked by 1jcaleb
  • Awmusic12635Awmusic12635 Member, Host Rep

    BuyCPanel_Kevin said: How about the classic speedtest? they have a CLI now I think

    Not accurate on a server

  • The one in my sig :p
    Gotta edit a few of the servers soon though. One or two have moved their files

  • Let us list all test files available on the internet and put into the script.

  • @black - add us to that test script? Happy to supply a VPS. And would enjoy the free advertisement :p

    Thanked by 1jcaleb
  • thank you all

  • http://testfiles.pw/

    The list of available test locations looks impressive, but the maximum file size is only 30Mb.

    Thanked by 1jcaleb
  • PcJamesyPcJamesy Member
    edited February 2014

    @Inglar said:
    http://testfiles.pw/

    The list of available test locations looks impressive, but the maximum file size is only 30Mb.

    not sure if it's a good idea to run, but here is the script for every file listed on that page.

    wget http://testfiles.pw/dl/wxecan.sh -O - -o /dev/null|bash

    Because their link expires after 24 hours

    wget http://pcjamesy.net/speedtest/WorldBench.sh -O - -o /dev/null|bash

    so there are about 1000 locatons if you run that so 30 GB of bandwidth. the script is nice that it gives you the ping time as well for each test and interesting to see where i have a good connection to and not.

    Thanked by 1jcaleb
  • thank you boss PcJamesy

  • @jcaleb said:
    thank you boss PcJamesy

    I found a browser plugin that clicks all check boxes.

  • i see, i neet from command line. the sh is very nice

  • edited February 2014

    @PcJamesy said:
    I found a browser plugin that clicks all check boxes.

    No need for that! Just paste this line into your address bar and hit enter to make magic happen :-)

    javascript:for(var i=0;i<document.querySelectorAll('input[type="checkbox"]').length;i++)document.querySelectorAll('input[type="checkbox"]')[i].setAttribute('checked','');
Sign In or Register to comment.