Skip to content

Inconsitent speed #106

Closed Answered by herlesupreeth
oguztudo asked this question in General Help
Jun 30, 2023 · 1 comments · 11 replies
Discussion options

You must be logged in to vote

if you want to start the server its iperf -s -u -i 1

For iperf client iperf -u -c <IPERF_SERVER_IP> -t <TIME_TO_RUN_IPERF_TEST> -b <MAX_RATE_TO_TEST> -i 1

e.g. (assuming iPerf server is running on a machine with IP 192.168.100.2, test for 20 seconds, 150Mbps max rate)

iperf -s -u -i 1
iperf -u -c 192.168.100.2 -t 20 -b 150M -i 1

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@oguztudo
Comment options

@herlesupreeth
Comment options

@oguztudo
Comment options

@herlesupreeth
Comment options

Answer selected by pgawlowicz
@oguztudo
Comment options

@herlesupreeth
Comment options

@ismagom
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants