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

Docker stats issue #194

Closed
n-bilalis opened this issue Oct 2, 2024 · 3 comments
Closed

Docker stats issue #194

n-bilalis opened this issue Oct 2, 2024 · 3 comments
Labels
troubleshooting Maybe bug, maybe not

Comments

@n-bilalis
Copy link

In the latest version v0.5.0, there is an issue with the Docker stats.

The graph in both the CPU usage and in the Memory usage appears "jagged". In the following image you can see the graph before and after the update to v0.5.0.

image

The problem seems to be that stats come back as 0 at intervals, so the graph line drops. Especially for the Memory usage that can't be true:

image

If I choose 12 hours the line smooths out a bit, but still it doesn't make sense to have that kind of variability.

@henrygd
Copy link
Owner

henrygd commented Oct 2, 2024

This is likely related to a bug in older versions of Docker.

What's your output of docker version?

Unless you're locked into an older version by your OS -- like Synology users -- I'd recommend updating to the latest version (27).

However, I did look into this a bit yesterday and should be able to add a workaround for old versions.

@henrygd henrygd added the troubleshooting Maybe bug, maybe not label Oct 2, 2024
@henrygd
Copy link
Owner

henrygd commented Oct 3, 2024

Let me know if agent 0.5.1 fixes the issue.

@n-bilalis
Copy link
Author

Let me know if agent 0.5.1 fixes the issue.

Yes, it's fixed, thank you for your prompt response!

P.S. Unfortunately, I'm stuck at version 24.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
troubleshooting Maybe bug, maybe not
Projects
None yet
Development

No branches or pull requests

2 participants