iperf
"iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool" - https://github.com/esnet/iperf
Links
Example usage
Example server (receiving side)
iperf3 -s
Example client (sending side)
iperf3 -c remote-hostname --interval 0.5 --omit 2 --time 30 --set-mss 1460