glance icon indicating copy to clipboard operation
glance copied to clipboard

Server Stats Widget always showing 100% CPU load

Open JoghurtSommelier opened this issue 6 months ago • 2 comments

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

JoghurtSommelier avatar May 18 '25 20:05 JoghurtSommelier

Is the container CPU limited by any chance? Also, do you know what the actual CPU usage hovers at?

svilenmarkov avatar May 22 '25 21:05 svilenmarkov

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

Image Image

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

SoundsGreaat avatar May 24 '25 20:05 SoundsGreaat