Skip to content

Instantly share code, notes, and snippets.

@thiagoeh
Last active July 14, 2020 22:11
Show Gist options
  • Select an option

  • Save thiagoeh/d114f26eceffda75b39c9db6cdaa19f1 to your computer and use it in GitHub Desktop.

Select an option

Save thiagoeh/d114f26eceffda75b39c9db6cdaa19f1 to your computer and use it in GitHub Desktop.
Iperf3 Tests

Server side

iperf3 -s

Client Side

SERVER_IP=159.138.214.0 # SP
SERVER_IP=119.8.155.113 # Chile
iperf3 \
  --udp \
  --time 10 \
  --bandwidth 10G \
  --parallel 10 \
  --client $SERVER_IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment