iperf3
iperf3 is a command-line tool used to measure the bandwidth between two network hosts. It is a rewrite of the original iperf project, designed to provide a clean, well-documented protocol and codebase. iperf3 can test TCP and UDP throughput, supports IPv4 and IPv6, and operates in a client-server model: one host runs in server mode and another runs as a client to perform the test. The default port is 5201, though it can be configured.
In operation, start a server with iperf3 -s and run a test from a client with iperf3
Output typically reports throughput; for UDP tests it also includes jitter and packet loss. By default, results