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

Socketplane performance and steadibility? #169

Open
resouer opened this issue Aug 10, 2015 · 2 comments
Open

Socketplane performance and steadibility? #169

resouer opened this issue Aug 10, 2015 · 2 comments

Comments

@resouer
Copy link

resouer commented Aug 10, 2015

I did a simple benchmark test by using qperf, to my surprise, sockeplane did no play well.

SocketPlane container to container:
tcp_bw:
bw = 6.7 MB/sec
tcp_lat:
latency = 290 us

Host to host:
tcp_bw:
bw = 11.7 MB/sec
tcp_lat:
latency = 141 us

It's not as good as flannel+vxlan which is 70%-80% of "native", according to my test.

Does anyone has historical benchmark test results to share & comparison with flannel?

@nerdalert
Copy link
Contributor

@resouer
Copy link
Author

resouer commented Aug 11, 2015

Newly tested again, I tore down the former env in vsphere and build a freshly new test cluster by vagrant, here's the result:

container to container:
tcp_bw:
bw = 168 MB/sec
tcp_lat:
latency = 102 us

host to host:
tcp_bw:
bw = 245 MB/sec
tcp_lat:
latency = 88.4 us

This time, not bad. But not the as good as I expected (see https://groups.google.com/forum/#!topic/rancherio/cIFacrkQ7jA/ ). I think we lost performance during vxlan tunnel?

Another issue is that during my test, socketplane did not show steadily, for example, containers can ping to each other one time and failed another time. It seems socketplane requires a very 'clean' env to run and easy to fail otherwise.

@resouer resouer changed the title Socketplane performance? Socketplane performance and steadibility? Aug 11, 2015
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