HostPalace Speedtest

This speedtest server is located at the HostPalace datacenters (AS134512) and is running on a 10GE connection.

Test with IPERF


Iperf software and manuals you can find on official home page https://iperf.fr
You can find TCP Throughput calculator here.
For a more correct test, use the command like:
IPERFv3 Test (client sends, server receives)
iperf3 -c speedtest.host-palace.com -p 5200 -P 10 -4    (for IPv4)
( -R reverse mode (server sends, client receives)
iperf3 -c speedtest.host-palace.com -p 5200 -P 10 -4 -R  (for IPv4)

Test with download files from HTTP


This archive is available over http on IPv4

10mb.bin, 100mb.bin, 1000mb.bin
For a more correct test, use the command like:
wget -4 -O /dev/null http://speedtest.host-palace.com/files/1000mb.bin (for IPv4)