Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zoonderkins/1715de5e887edc6d9b8f1b532ebe9ccd to your computer and use it in GitHub Desktop.
Save zoonderkins/1715de5e887edc6d9b8f1b532ebe9ccd to your computer and use it in GitHub Desktop.
iperf3 speedtest via wireguard between server and client

Start with iperf3

apt install iperf3

Start the server

iperf3 --server

Client download speedtest

iperf3 -c 10.8.3.1 -t 10 -i 10 -R

Client upload speedtest

iperf3 -c 10.8.3.1 -t 10 -i 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment