Howdy, Stranger!

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


How do you run a speedtest on a VPS?
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.

How do you run a speedtest on a VPS?

I've noticed that the speed of the connection through my VPN as severely dropped.

A speedof.me test without going through the VPN is about 40Mbps and throught the VPN its about 6Mbps.

So I want to know ff the VPS that runs the VPN service is slow by itself, or my ISP is throttling the speed of the connection to the VPN server.

What tools are the best for that?

Comments

  • DPDP Administrator, The Domain Guy

    iperf.

    Thanked by 2rchurch yoursunny
  • Off the top of my head:

    • use curl -sL yabs.sh | bash -s -- -f -g (YABS but with all the tests disabled outside of network tests)
    • run iperf(3) to a public server (that is close to your server).
    • I guess you could use Speedtest.net's CLI app to test your speeds (not really recommended if your server has a port larger than 1 Gbit/s)
    Thanked by 1rchurch
  • via yabs or speedtest-cli

    Thanked by 2rchurch Arkas
  • DPDP Administrator, The Domain Guy
    root@heliacal:~# fast -u 1gb.test
    
    
        3.1 Gbps ↓ / 550 Mbps ↑
    
    
    root@heliacal:~#
    

    https://www.npmjs.com/package/fast-cli

    Just tried this for the fun of it :smiley:

    Thanked by 1FatGrizzly
  • FatGrizzlyFatGrizzly Member, Host Rep
    edited August 2022
    root@server:~# speed-cloudflare-cli 
     Server location: Hyderabad (HYD)
             Your IP: 129.xx.xxx.xxx (IN)
             Latency: 8.12 ms
              Jitter: 1.06 ms
         100kB speed: 342.63 Mbps
           1MB speed: 781.60 Mbps
          10MB speed: 1124.51 Mbps
          25MB speed: 1364.36 Mbps
         100MB speed: 1397.25 Mbps
      Download speed: 1397.94 Mbps
        Upload speed: 149.03 Mbps
    root@server:~# 
    

    https://www.npmjs.com/package/speed-cloudflare-cli

    for fun of it :)

    Thanked by 1DP
  • YABS ftw

  • @rchurch said:
    I've noticed that the speed of the connection through my VPN as severely dropped.

    A speedof.me test without going through the VPN is about 40Mbps and throught the VPN its about 6Mbps.

    So I want to know ff the VPS that runs the VPN service is slow by itself, or my ISP is throttling the speed of the connection to the VPN server.

    What tools are the best for that?

    use wireguard

  • @doghouch said:
    Off the top of my head:

    • I guess you could use Speedtest.net's CLI app to test your speeds (not really recommended if your server has a port larger than 1 Gbit/s)

    Depends which server you're using, most of the ones in big cities can do 10Gbit now

  • @rchurch said: What tools are the best for that?

    https://bench.monster/ ;)

    curl -LsO bench.monster/speedtest.sh; bash speedtest.sh -speed

Sign In or Register to comment.