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

[BUG] - Memory displayed incorrect #33

Closed
tanrak opened this issue Feb 9, 2024 · 3 comments
Closed

[BUG] - Memory displayed incorrect #33

tanrak opened this issue Feb 9, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@tanrak
Copy link

tanrak commented Feb 9, 2024

Describe the bug
Hi, the memory stats does not match with the original docker stats. Dozzle for example shows the correct stats but ctop (which seems abandoned) has a similar problem with the memory stats as oxker.

To Reproduce
Steps to reproduce the behavior:

  1. start oxker
  2. show memory stats
  3. compare with docker stats

Expected behavior
The memory stats should be the same as docker stats.

Desktop (please complete the following information):

  • v0.6.0 - aarch64 - Raspberry Pi OS
@tanrak tanrak added the bug Something isn't working label Feb 9, 2024
@mrjackwills
Copy link
Owner

mrjackwills commented Feb 9, 2024

Thanks, I'll have a look at it.

I think docker stats reports in mebibytes and oxker hopefully correctly converts to Megabytes, maybe that is also causing some issue?

@tanrak
Copy link
Author

tanrak commented Feb 9, 2024

I think docker stats reports in mebibytes and oxker hopefully correctly converts to Megabytes, maybe that is also causing some issue?

I don't know. But for example my Syncthing-Container shows 37.46MiB per docker stats and oxker shows 43.67. If that were a problem with the conversion, the result would have to be 39.28?!

@mrjackwills mrjackwills changed the title [BUG] [BUG] - Memory displayed incorrect Feb 10, 2024
@mrjackwills
Copy link
Owner

Yeah sounds like it needs fixing, will have a look at it shortly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants