Howdy, Stranger!

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


10GBPS Speed Tests
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.

10GBPS Speed Tests

What 10gbps speed tests do you use? speedtest-cli (ookla/speedtest.net)is out, right?

I've found a couple iperf3 nodes on https://iperf.fr/iperf-servers.php

bouygues.iperf.fr
ping.online.net
ping6.online.net
ping-90ms.online.net
ping6-90ms.online.net
speedtest.serverius.net (Port 5002: add -p 5002)

But they're very often busy. How many people have 10gb to their low end boxes? Fiber or Copper?

Anyone know of a 100gbps testpoint?

Comments

  • Jake4Jake4 Member

    Yes, use 127.0.0.1

    Thanked by 1TimboJones
  • DPDP Administrator, The Domain Guy

    iperf.he.net?

    Thanked by 1UnrealServers
  • FoxelVoxFoxelVox Member
    edited July 2020

    you can actually iperf to cloudflare.com:

    node1:~# iperf -c cloudflare.com -p 443 -P 10
    ------------------------------------------------------------
    Client connecting to cloudflare.com, TCP port 443
    TCP window size: 45.0 KByte (default)
    ------------------------------------------------------------
    [ 11] local 185.227.81.184 port 53468 connected with 104.17.175.85 port 443
    [  7] local 185.227.81.184 port 53464 connected with 104.17.175.85 port 443
    [ 10] local 185.227.81.184 port 39948 connected with 104.17.176.85 port 443
    [  6] local 185.227.81.184 port 53462 connected with 104.17.175.85 port 443
    [  3] local 185.227.81.184 port 39936 connected with 104.17.176.85 port 443
    [  5] local 185.227.81.184 port 53456 connected with 104.17.175.85 port 443
    [  8] local 185.227.81.184 port 39942 connected with 104.17.176.85 port 443
    [  4] local 185.227.81.184 port 53454 connected with 104.17.175.85 port 443
    [ 12] local 185.227.81.184 port 39946 connected with 104.17.176.85 port 443
    [  9] local 185.227.81.184 port 53474 connected with 104.17.175.85 port 443
    [ ID] Interval       Transfer     Bandwidth
    [  7]  0.0-10.0 sec   984 MBytes   825 Mbits/sec
    [ 10]  0.0-10.0 sec  1.20 GBytes  1.03 Gbits/sec
    [  5]  0.0-10.0 sec  1.02 GBytes   880 Mbits/sec
    [  8]  0.0-10.0 sec  1.08 GBytes   924 Mbits/sec
    [  4]  0.0-10.0 sec   951 MBytes   798 Mbits/sec
    [ 12]  0.0-10.0 sec  1.03 GBytes   882 Mbits/sec
    [  9]  0.0-10.0 sec  1.12 GBytes   963 Mbits/sec
    [ 11]  0.0-10.0 sec   922 MBytes   773 Mbits/sec
    [  6]  0.0-10.0 sec  1.10 GBytes   943 Mbits/sec
    [  3]  0.0-10.0 sec  1006 MBytes   843 Mbits/sec
    [SUM]  0.0-10.0 sec  10.3 GBytes  8.86 Gbits/sec
    

    This is a 100Gbit capable iperf server if i was not mistaken (NL POP), i've once pulled 36Gbit with ease via cloudflare.com NL

  • YABS benchmark.

  • @FoxelVox said:
    you can actually iperf to cloudflare.com:

    node1:~# iperf -c cloudflare.com -p 443 -P 10
    ------------------------------------------------------------
    Client connecting to cloudflare.com, TCP port 443
    TCP window size: 45.0 KByte (default)
    ------------------------------------------------------------
    [ 11] local 185.227.81.184 port 53468 connected with 104.17.175.85 port 443
    [  7] local 185.227.81.184 port 53464 connected with 104.17.175.85 port 443
    [ 10] local 185.227.81.184 port 39948 connected with 104.17.176.85 port 443
    [  6] local 185.227.81.184 port 53462 connected with 104.17.175.85 port 443
    [  3] local 185.227.81.184 port 39936 connected with 104.17.176.85 port 443
    [  5] local 185.227.81.184 port 53456 connected with 104.17.175.85 port 443
    [  8] local 185.227.81.184 port 39942 connected with 104.17.176.85 port 443
    [  4] local 185.227.81.184 port 53454 connected with 104.17.175.85 port 443
    [ 12] local 185.227.81.184 port 39946 connected with 104.17.176.85 port 443
    [  9] local 185.227.81.184 port 53474 connected with 104.17.175.85 port 443
    [ ID] Interval       Transfer     Bandwidth
    [  7]  0.0-10.0 sec   984 MBytes   825 Mbits/sec
    [ 10]  0.0-10.0 sec  1.20 GBytes  1.03 Gbits/sec
    [  5]  0.0-10.0 sec  1.02 GBytes   880 Mbits/sec
    [  8]  0.0-10.0 sec  1.08 GBytes   924 Mbits/sec
    [  4]  0.0-10.0 sec   951 MBytes   798 Mbits/sec
    [ 12]  0.0-10.0 sec  1.03 GBytes   882 Mbits/sec
    [  9]  0.0-10.0 sec  1.12 GBytes   963 Mbits/sec
    [ 11]  0.0-10.0 sec   922 MBytes   773 Mbits/sec
    [  6]  0.0-10.0 sec  1.10 GBytes   943 Mbits/sec
    [  3]  0.0-10.0 sec  1006 MBytes   843 Mbits/sec
    [SUM]  0.0-10.0 sec  10.3 GBytes  8.86 Gbits/sec
    

    This is a 100Gbit capable iperf server if i was not mistaken (NL POP), i've once pulled 36Gbit with ease via cloudflare.com NL

    Oh wow, never knew that CF had iperf! Nice, thank you!

    Thanked by 1UnrealServers
  • EddingEdding Member

    claims to be 100G in .ch

    sonic-100.wingo.ch/files/

  • dustincdustinc Member, Patron Provider, Top Host

    Slight self-promotion.
    I realize the OP's post isn't requesting a how-to, but totally worth reading as there's tons of juicy information here:

    https://blog.racknerd.com/how-to-test-10gbps-servers-10gbps-speedtest/

    Thanked by 1UnrealServers
  • graphicgraphic Member
    edited July 2020

    Hetzner for 10gbps.

    https://speed.hetzner.de/

Sign In or Register to comment.