-
Notifications
You must be signed in to change notification settings - Fork 167
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
Feature Request: docker stats #313
Comments
Just touching this, in case it could be look through again :) |
Yes, I'm a bit busy lately at work, so that's why this and other issues may seem freezed. |
I don't have I've create a test docker with
But I've seen that executing the same command under |
See docker stats with Monitorix will be really nice docker stats -a --no-stream and sudo docker stats produces the same behaviour::
Dependencies will be docker-py Currently I'm using glances (python) to seed docker stats https://github.com/nicolargo/glances
Another tool is ctop |
I see differences when running
It seems that
Also, the same command under What am I missing? |
It looks that this is podman feature. to see containers for user with uid 1000 run: For docker this "hack" is not required as root can see all containers. |
Yes, but this would complicate the configuration on a system with multiple users using podman. |
Not a podman expert. As far as I know not for podman. And my understanding is that this is by design for Rootless. Maybe we can ask in podman (https://github.com/containers/podman). |
I think you're right, as you said, podman is rootless by design, so I guess it won't be possible to do it with it. |
Hey @mikaku ,
One more suggestion: what about
docker stats
? It'd be cool to have something likedocker_processes
where we could throw names of containers to be tracked.Just a suggestion. No rush at all.
Thanks!
The text was updated successfully, but these errors were encountered: