We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm on Ubuntu 13.04 x64, using docker. I can hit /:name/mem to get what seem like accurate memory counts, but /:name/cpu seems to always return 0.
The text was updated successfully, but these errors were encountered:
I'm looking at that issue as soon as I can ;-)
Sorry, something went wrong.
Ok I've worked a bit on that, Sorry for the long time. I've added some debug and allow short container id.
Everything seems to work correctly:
└> curl http://localhost:4244/containers/c3e8cc51df10/mem 4788224 └> curl http://localhost:4244/containers/c3e8cc51df10/cpu 18
Wait a second
└> curl http://localhost:4244/containers/c3e8cc51df10/cpu 16
No branches or pull requests
I'm on Ubuntu 13.04 x64, using docker. I can hit /:name/mem to get what seem like accurate memory counts, but /:name/cpu seems to always return 0.
The text was updated successfully, but these errors were encountered: