Unlike common consumer speed tests that run through a web browser, server speed tests examine the raw connection speed by downloading large files via the command line. This ensures that measurement results are not skewed by browser or application limits.
wget command with the -O /dev/null option, as this prevents the file from actually being saved to the hard drive; it is immediately discarded. This ensures that hard drive speed does not distort the measurement.Use the following commands to test your server's download speed via the command line. Replace DESTINATION_IP with the IP address you want to test (if you have multiple IPs).
If you suspect your network speed is below par, it is highly recommended to repeat the speed test in Rescue Mode of your server. If full speed is achieved in Rescue Mode but not during normal operation, the problem is most likely due to your operating system's configuration (e.g., firewall rules, traffic shaping, incorrect network configuration) and not the hardware or data center connection.