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
2025/01/24 13:06:16 ERROR Error getting container stats err="container2 - no memory stats - see https://github.com/henrygd/beszel/issues/144"
2025/01/24 13:06:16 ERROR Error getting container stats err="container1 - no memory stats - see https://github.com/henrygd/beszel/issues/144"
This error occurs for every update cycle. No data for "Docker Memory Usage" in the Hub.
This is not related to #144, docker stats is able to run.
The cause seems obvious, Docker on Windows doesn't report memory usage in the same format as Linux.
# Windows
CONTAINER ID NAME CPU % PRIV WORKING SET NET I/O BLOCK I/O
f66a34bf45ca container1 0.00% 269.9MiB 470MB / 7.26MB 2.07GB / 2.05GB
5a9f7dab0b95 container2 0.00% 57.12MiB 310MB / 10.9MB 5.1GB / 7.18GB
# Linux
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
2f5895f9a7c4 busy_neumann 0.00% 1.984MiB / 15.23GiB 0.01% 1.11kB / 0B 0B / 0B 1
Expected Behavior
Report container memory usage data as designed.
Steps to Reproduce
Run some Windows Containers.
Setup DOCKER_HOST for beszel agent.
observe the error.
OS / Architecture
Windows/amd64 (agent), Linux/amd64 (Hub)
Beszel version
0.9.1
Installation method
Binary
Configuration
Hub Logs
Agent Logs
2025/01/24 13:03:28 INFO Detected root device name=\
2025/01/24 13:03:28 WARN Device not found in diskstats name=\
2025/01/24 13:03:28 INFO DOCKER_HOST host=tcp://127.0.0.1:2375
2025/01/24 13:03:28 INFO Starting SSH server address=:45876
2025/01/24 13:04:16 ERROR Error getting container stats err="container1 - no memory stats - see https://github.com/henrygd/beszel/issues/144"
2025/01/24 13:04:16 ERROR Error getting container stats err="container2 - no memory stats - see https://github.com/henrygd/beszel/issues/144"
2025/01/24 13:05:16 ERROR Error getting container stats err="container2 - no memory stats - see https://github.com/henrygd/beszel/issues/144"
2025/01/24 13:05:16 ERROR Error getting container stats err="container1 - no memory stats - see https://github.com/henrygd/beszel/issues/144"
2025/01/24 13:06:16 ERROR Error getting container stats err="container2 - no memory stats - see https://github.com/henrygd/beszel/issues/144"
2025/01/24 13:06:16 ERROR Error getting container stats err="container1 - no memory stats - see https://github.com/henrygd/beszel/issues/144"
2025/01/24 13:07:16 ERROR Error getting container stats err="container1 - no memory stats - see https://github.com/henrygd/beszel/issues/144"
The text was updated successfully, but these errors were encountered:
Description
This error occurs for every update cycle. No data for "Docker Memory Usage" in the Hub.
This is not related to #144,
docker stats
is able to run.The cause seems obvious, Docker on Windows doesn't report memory usage in the same format as Linux.
Expected Behavior
Report container memory usage data as designed.
Steps to Reproduce
OS / Architecture
Windows/amd64 (agent), Linux/amd64 (Hub)
Beszel version
0.9.1
Installation method
Binary
Configuration
Hub Logs
Agent Logs
The text was updated successfully, but these errors were encountered: