Howdy, Stranger!

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


SYS servers 2017: E5-1620v2 & E5-1650v2 - Page 6
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.

SYS servers 2017: E5-1620v2 & E5-1650v2

12346»

Comments

  • @Hadriel said:

    @alfablac said:
    Not so good.
    Had a E3 on BHS2 and got one of these E5v2.
    Network perf. is way better on the E3. Got a G/250M to NL servers while I only hit half G/250M speeds on the E5v2. Opened a ticket. While the CPU is slighty better, network is way worse. Even to RBX OVH servers.
    Bottom note: My network was also limited twice to 10Mbps while I was moving the files from E3 to E5v2.
    Two things. Or these servers are old or the hubs are saturated.
    5 euro cheapier though.

    BHS2 has been terrible for speed for these E5s. I am not renewing the four that I had there as all were provisioned in BHS2. I probably should try and order again to see if I get a different DC.

    I was probably lucky on the E3 BHS2 I got 2 years ago. Judging by the IPs OVH provided for proof.ovh.ca I might be on the same hub of these servers. Really close IP ranges.

    On the other hand, I still get fine speeds on BHS6 as I posted above but worse when compared to the BHS2. I get strange bench's though. Look at the Atlanta server. As I said, when I was moving between the two servers, my connection was locked at 10MBps. Didn't find anywhere that OVH has this policy for constant traffic. Server was pretty much unusable while locked. Couldn't even Ssh properly. Also. IPMI was failing and I couldn't get to force restart the server. Not sure, but it looked like a fault hardware.

    Going to point out that I had to change my PSU during the 2 years I got on the E3 BHS2. Going to point out that these E5 are a big deal. Got like 30% improvement on CPU performance.

    Also, HDDs are 21k old and perf. 15-20 MB/s below my E3 BHS2. I'm trying to convince myself that it was a better deal.

  • They randomly unplugged the power to mine in the middle of the night. Never had that happen on other machines inside of BHS in general. I just wonder what makes these so different that weird crap is happening to them.

  • FredQcFredQc Member

    alfablac said: Is there any speedtest-cli scripts out there that I can do?

    wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
    chmod +x speedtest-cli
    ./speedtest-cli
    
  • alfablacalfablac Member
    edited June 2017

    @FredQc said:

    alfablac said: Is there any speedtest-cli scripts out there that I can do?

    wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
    chmod +x speedtest-cli
    ./speedtest-cli
    

    I mean. One that can test a bunch of servers and not only the closest one.

    @Hadriel said:
    They randomly unplugged the power to mine in the middle of the night. Never had that happen on other machines inside of BHS in general. I just wonder what makes these so different that weird crap is happening to them.

    Got these random crashes. I was trying to make a diagnostic until the point this crashes were constant. Opened a ticket to change the PSU, didn't reboot anymore.

  • @alfablac said:

    @FredQc said:

    alfablac said: Is there any speedtest-cli scripts out there that I can do?

    wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
    chmod +x speedtest-cli
    ./speedtest-cli
    

    I mean. One that can test a bunch of servers and not only the closest one.

    speedtest-cli able to do that, just pick any server from list

  • @sibaper said:

    @alfablac said:

    @FredQc said:

    alfablac said: Is there any speedtest-cli scripts out there that I can do?

    wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
    chmod +x speedtest-cli
    ./speedtest-cli
    

    I mean. One that can test a bunch of servers and not only the closest one.

    speedtest-cli able to do that, just pick any server from list

    Do you mean speedtest-cli --server ?
    I'm asking for a true script like speedtest-cli <.txt file with a bunch of servers ID>

  • FredQcFredQc Member

    alfablac said: Do you mean speedtest-cli --server ?

    ./speedtest-cli --list

  • @alfablac said:

    @sibaper said:

    @alfablac said:

    @FredQc said:

    alfablac said: Is there any speedtest-cli scripts out there that I can do?

    wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
    chmod +x speedtest-cli
    ./speedtest-cli
    

    I mean. One that can test a bunch of servers and not only the closest one.

    speedtest-cli able to do that, just pick any server from list

    Do you mean speedtest-cli --server ?
    I'm asking for a true script like speedtest-cli <.txt file with a bunch of servers ID>

    I might misunderstanding, do you mean like this bench script https://freevps.us/downloads/bench.sh?

    using speedtestcli with looping you able to test from many of server at once

  • @alfablac said:

    @sibaper said:

    @alfablac said:

    @FredQc said:

    alfablac said: Is there any speedtest-cli scripts out there that I can do?

    wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
    chmod +x speedtest-cli
    ./speedtest-cli
    

    I mean. One that can test a bunch of servers and not only the closest one.

    speedtest-cli able to do that, just pick any server from list

    Do you mean speedtest-cli --server ?
    I'm asking for a true script like speedtest-cli <.txt file with a bunch of servers ID>

    That's not how speedtest.net works.

  • @varunchopra said:

    @alfablac said:

    @sibaper said:

    @alfablac said:

    @FredQc said:

    alfablac said: Is there any speedtest-cli scripts out there that I can do?

    wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
    chmod +x speedtest-cli
    ./speedtest-cli
    

    I mean. One that can test a bunch of servers and not only the closest one.

    speedtest-cli able to do that, just pick any server from list

    Do you mean speedtest-cli --server ?
    I'm asking for a true script like speedtest-cli <.txt file with a bunch of servers ID>

    That's not how speedtest.net works.

    What's the purpose though? Because OVH doesn't have servers on speedtest.net anymore.

  • @alfablac said:

    @varunchopra said:

    @alfablac said:

    @sibaper said:

    @alfablac said:

    @FredQc said:

    alfablac said: Is there any speedtest-cli scripts out there that I can do?

    wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
    chmod +x speedtest-cli
    ./speedtest-cli
    

    I mean. One that can test a bunch of servers and not only the closest one.

    speedtest-cli able to do that, just pick any server from list

    Do you mean speedtest-cli --server ?
    I'm asking for a true script like speedtest-cli <.txt file with a bunch of servers ID>

    That's not how speedtest.net works.

    What's the purpose though? Because OVH doesn't have servers on speedtest.net anymore.

    ./speedtest-cli --list > servers.txt

    !/bin/bash

    echo "" results.txt
    for server in servers.txt do;
    ./speedtest/cli --server $server --csv;
    done

  • @mikewazar said:

    @alfablac said:

    @varunchopra said:

    @alfablac said:

    @sibaper said:

    @alfablac said:

    @FredQc said:

    alfablac said: Is there any speedtest-cli scripts out there that I can do?

    wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
    chmod +x speedtest-cli
    ./speedtest-cli
    

    I mean. One that can test a bunch of servers and not only the closest one.

    speedtest-cli able to do that, just pick any server from list

    Do you mean speedtest-cli --server ?
    I'm asking for a true script like speedtest-cli <.txt file with a bunch of servers ID>

    That's not how speedtest.net works.

    What's the purpose though? Because OVH doesn't have servers on speedtest.net anymore.

    ./speedtest-cli --list > servers.txt

    !/bin/bash

    echo "" results.txt

    for server in servers.txt do;

    ./speedtest/cli --server $server --csv;

    done

  • @mikewazar said:

    @mikewazar said:

    @alfablac said:

    @varunchopra said:

    @alfablac said:

    @sibaper said:

    @alfablac said:

    @FredQc said:

    alfablac said: Is there any speedtest-cli scripts out there that I can do?

    wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
    chmod +x speedtest-cli
    ./speedtest-cli
    

    I mean. One that can test a bunch of servers and not only the closest one.

    speedtest-cli able to do that, just pick any server from list

    Do you mean speedtest-cli --server ?
    I'm asking for a true script like speedtest-cli <.txt file with a bunch of servers ID>

    That's not how speedtest.net works.

    What's the purpose though? Because OVH doesn't have servers on speedtest.net anymore.

    ./speedtest-cli --list > servers.txt

    !/bin/bash

    echo "" results.txt

    for server in servers.txt do;

    ./speedtest/cli --server $server --csv >> results.txt;

    done

  • FredQcFredQc Member

    I don't know why it's so complicated to do a speed test ?

    Here's one to a server in France:

  • @FredQc said:
    I don't know why it's so complicated to do a speed test ?

    Here's one to a server in France:

    It's not that complicated, but I'm not so sure how it's different from the common benchmarks.. anyway.. here it goes:

  • FredQcFredQc Member
    edited June 2017

    @alfablac said:
    It's not that complicated, but I'm not so sure how it's different from the common benchmarks.. anyway..

    Which server is that ?

  • alfablacalfablac Member
    edited June 2017

    @FredQc said:

    @alfablac said:
    It's not that complicated, but I'm not so sure how it's different from the common benchmarks.. anyway..

    Which server did you choose ?

    The closest one. And here it is the speedtest for the E3 in BHS2 (on the same server):

  • FredQcFredQc Member

    alfablac said: The closest one.

    Here's mine:

  • @FredQc said:

    alfablac said: The closest one.

    Here's mine:

    wowza.
    Is that OVH premium or SYS? lol

  • 60 Mbps upload? What the fuck?

    Is the 900 Mbps on OVH or SYS? Which server is that?

Sign In or Register to comment.