How to test server Network Speed

There are a great deal of factors that can affect upload and download speeds from a dedicated server. 
 
Resource usage: This is typically the most common culprit. Heavy CPU, RAM, or I/O usage can severely limit the transfer speeds that the server is capable of. The easiest way to diagnose this issue is to test within a clean environment, such as a Linux Live CD.
 
Peering and Congestion: Specific routes may have points of congestion, where the full throughput speed is not available at a specific point along the route between the server and client.
 
Distance: The further the distance between the client and the server the points of congestion and the higher the latency. Both of these can have a major part in transfer speeds. If there is no congestion along the route, the server OS may not have TCP Windows Scaling enabled.
 
We recommend not to use speedtest.net servers, these are geared toward residential connections and are typically saturated. 
 
In Linux, you can perform the following command to test speeds:
 
iperf3 -c iperf.he.net -p 5201 -ub 10G
iperf3 -c iperf3.velocityonline.net -p 5201 -ub 10G

 

  • 13 Users Found This Useful
Was this answer helpful?

Related Articles

What is a VPS server also known as VDS Server?

VPS (Virtual Private Server) server is also known as VDS (Virtual Dedicated Server) is a...

What is Guaranteed RAM?

VPS Servers with OpenVZ technology provides two types of server memory: 1. Guaranteed RAM...

Low RAM configuration for MySQL and Apache

Low RAM configuration for MySQL and Apache. In the low VPS plan (VPS1) there is 256MB RAM...

How to fix Ubuntu 24.04 apt upgrade and apt install error: dpkg: error processing package tzdata

When executing "apt upgrade" command in Ubuntu 24.04 OS this error may be shown: Setting up...

Additional services you can order for VPS server

Additional services you can order for a VPS Server:   DirectAdmin or CPanel reinstallationIf...