-
Notifications
You must be signed in to change notification settings - Fork 86
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
Network performance and bandwidth degradation #1048
Comments
Related to coreos/fedora-coreos-tracker/issues/542 |
@arkodg ptal |
I've tried disabling |
Also additionally disabling SELinux by removing |
can you try increasing the Bridge MTU |
The default MTU is 1500 on the host and also for
Still getting the same results, no change. |
@arkodg What would be a rule for the bridge MTU size? Also, when we compare the number of retransmits above, it is about 10.000 with network virtualization in Docker 19.03.8 vs 400 in Docker 1.12.6 vs 600 without ( |
the one intermediate layer that can play a factor here is |
The solution for me is not to use Docker network virtualization. Closing it. |
Expected behavior
CoreOS 1632.3.0 with Docker 1.12.6 running
iperf3
on two machines in containers with network virtualization, we are getting 9.23 Gbits/secalso tested with
qperf
I would expect similar results in Docker 19.03.8.
Actual behavior
Fedora CoreOS 32.20200615.1.3 with Docker 19.03.8 running
iperf3
on two machines in containers with network virtualization is about the half of the bandwidthalso tested with
qperf
Steps to reproduce the behavior
Running
iperf3
as server on one machineRunning
iperf3
as client on the second machineRunning
qperf
as server on one machineRunning
qperf
as client on the second machineOutput of
docker version
:CoreOS 1632.3.0
Fedora CoreOS 32.20200615.1.3
Output of
docker info
:CoreOS 1632.3.0
Fedora CoreOS 32.20200615.1.3
Additional environment details (AWS, VirtualBox, physical, etc.)
Bare metal install on Dell PowerEdge R630 server.
Fedora CoreOS 32.20200615.1.3 with Docker 19.03.8, when running the tests with
--net=host
we are getting the expected results.The text was updated successfully, but these errors were encountered: