Bug: container memory usage show as 0B on ARM (RPI 4)
Bug Description
In my use case i have a Raspberry PI 4 where i've installed arane agent (arcane-headless image)
When i go to Ressources / Containers to show memory usage for each container, value is showed to 0B in place of real memory usage value it's happening only for mi RPI 4 (ARM).
The issue affect also Container / metrics (stats) page, all values for memory are set to 0.
Steps To Reproduce
- Select an RPI4 (ARM) environment
- Go to Resources / Container
- Look into "Memory usage" for containers (all set to 0B)
- Click on one container
- Go to Metrics tab
- Look into "Memory usage"
Expected Behavior
I expect to see real memory usage for each container
Actual Behavior
Instead of having memory usage on B / KB / MB / GB we only see 0B. It's seems that arcane has issue to get memory information on ARM architectures
Screenshots
Arcane Version
v2.13.0
Installation Method
Docker Compose (Recommended)
Environment Type
Both Local and Remote Agents
Database Type
SQLite (Default)
Operating System
Linux
Docker Version
29.7.2
Browser & Version
Firefox 156.0
Debug Logs
Check attached file "debug-arcane_agent_rpi4.log"Docker Compose Configuration
services:
arcane-agent:
image: ghcr.io/getarcaneapp/arcane-headless:latest
container_name: arcane-agent
restart: unless-stopped
environment:
- AGENT_MODE=true
- EDGE_TRANSPORT=poll
- AGENT_TOKEN=arc_[...]
- MANAGER_API_URL=https://arcane.exemple.com
- LOG_LEVEL=debug
ports:
- "192.168.3.11:3553:3553"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /srv/arcane_agent/data:/app/data
- /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt:roEnvironment Configuration (.env file)
no .env file for arcane agentAdditional Context
RPI4 environment : OS: Debian GNU/Linux 13 (trixie) aarch64 Host: Raspberry Pi 4 Model B Rev 1.4 Kernel: Linux 6.18.39+rpt-rpi-v8
Source: getarcaneapp/arcane