Home Speed Test Server Speed Test Network Health Columbia Colocation Contact

iperf3 Instructions

This server runs a persistent iperf3 server on the default port (5201/tcp and udp), reachable from the public internet once this host has a public IP.

Basic TCP throughput test

iperf3 -c test.wacolo.com

Reverse test (download direction, server → you)

iperf3 -c test.wacolo.com -R

UDP test (specify a target bandwidth)

iperf3 -c test.wacolo.com -u -b 100M

Longer test with parallel streams

iperf3 -c test.wacolo.com -t 30 -P 4

Don't have iperf3 installed? It's available for Windows, macOS, and Linux: