glance
glance copied to clipboard
Server Stats Widget always showing 100% CPU load
Description
I am running glance v0.8.2 inside a docker container on my Synology DS220+ and the CPU load of the Server Stats widget is always showing 100% CPU load. The RAM and Drive usage is correct.
Widget Yaml:
- type: server-stats
servers:
- type: local
name: Services
Is the container CPU limited by any chance? Also, do you know what the actual CPU usage hovers at?
I have the same problem, if at least one processor core is loaded, the widget displays 100%, although all other cores can be completely unloaded
docker compose:
glance:
container_name: glance
image: glanceapp/glance
restart: unless-stopped
volumes:
- ~/docker-dir/${DOCKER_DIR_NAME}/glance:/app/config
- /mnt/nas:/media
ports:
- '8081:8080'
env_file:
- .env
networks:
- main