Skip to content

How upstream connection speed impacts the result? #1246

Answered by bmah888
nnnikolay asked this question in Q&A
Discussion options

You must be logged in to vote

By default, iperf3 sends test data from the client to the server...in your case it's from your home to the VPS. So getting (approximately at least) the upstream connection speed is expected. If you want to test in the opposite direction, you can try passing the --reverse flag to the iperf3 client, which would cause test data to be sent from the server to the client. However, please be aware that many home "routers" do network address translation (NAT), at least for IPv4, which iperf3 doesn't make any attempts to handle. So it might not actually work.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nnnikolay
Comment options

@bmah888
Comment options

Answer selected by nnnikolay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1243 on December 06, 2021 22:14.