Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low speed in localhost test #15

Open
davidfdzp opened this issue Feb 25, 2022 · 1 comment
Open

Low speed in localhost test #15

davidfdzp opened this issue Feb 25, 2022 · 1 comment

Comments

@davidfdzp
Copy link

In the example given in the README, the speeds achieved are in the order of Gbit/s, but I am getting ~140 Mbit/s, while iperf gives 2.56 Gbit/s for the same test in localhost in my laptop.

@rbruenig
Copy link
Owner

That is a little strange. Just tested current version again locally on my machine. Both when running natively under Linux and when running in WSL I get multiple Gbit/s. My last run in WSL:

starting client with host 127.0.0.1, port 18080, runtime 10s, cc reno, iw 10
connection establishment time: 6ms
time to first byte: 6ms
second 0: 3.851 gbit/s (516885948 bytes received)
second 1: 3.887 gbit/s (521769004 bytes received)
second 2: 3.849 gbit/s (516575211 bytes received)
second 3: 3.831 gbit/s (514158027 bytes received)
second 4: 3.863 gbit/s (518484026 bytes received)
second 5: 3.85 gbit/s (516768902 bytes received)
second 6: 3.82 gbit/s (512646838 bytes received)
second 7: 3.817 gbit/s (512257768 bytes received)
second 8: 3.839 gbit/s (515285208 bytes received)
second 9: 3.85 gbit/s (516768872 bytes received)
connection closed

What exact parameters are you using? Are connecting directly to the loopback device or are you using some kind of virtual network (e.g. between docker containers)? What operating system are you using? What hardware are you running?

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

No branches or pull requests

2 participants