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

Limited docker exec concurreny #32633

Open
mblaschke opened this issue Apr 14, 2017 · 1 comment
Open

Limited docker exec concurreny #32633

mblaschke opened this issue Apr 14, 2017 · 1 comment

Comments

@mblaschke
Copy link

I'm using serverspec to test docker images (executing shell commands via exec ) and running each image in a parallel test. If i execute more then 6 parallel tests these tests are getting slower and slower.
Also docker stats isn't reliable anymore because all values are displayed as dashes instead of values.

Serverspec is using the docker-api gem.

I've tried to build a small quick&dirty testcase and gatherd as much information i was able to get:
https://github.com/mblaschke/docker-api-stresstest
docker info, docker version and server specs are included.

Maybe it's related to #13885 but the Docker daemon is still responding. But it's still limiting the execution requests. While testing there were no cashes or other problems just a limited concurrency to about 20 executions per second with a very low system load on the machine.

@thaJeztah
Copy link
Member

ping @mlaventure @crosbymichael @unclejack PTAL

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

No branches or pull requests

2 participants