You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
start oxker
show memory stats
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
The text was updated successfully, but these errors were encountered:
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?!
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:
docker stats
Expected behavior
The memory stats should be the same as
docker stats
.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: