June 9, 20206 yr Hello! I've been having some issues lately where most docker services become unresponsive and it seems to be because the system itself has high CPU usage. I am assuming it's locking some resource. My problem is less about the high usage and more that I've having a hard time *seeing* what the usage is coming from. I've included 3 files that are all from the exact same time (had all the windows open at once and took a screenshot). The main Unraid GUI shows ~50% usage with 10 threads being maxed out. The top command from a command line shows about a total of ~30% cpu usage across multiple processes, with 10% being in containerd (my understanding is that this is a percentage of total system capacity, so 30% here would be ~7 threads at 100% and similar to what's shown in the unraid GUI?). Docker Stats shows mostly no usage (my understanding is that these percentages are relative, e.g. 100% would be one thread at 100%, not the system's total capacity): So, my questions, are these 'command's in top threads that a docker container has created but isn't managed by the container (e.g. the influxd line item that has 6% cpu [which is ~1.5 threads in my case]) something not counted in the docker stats command? Is there any way to determine what's causing this CPU usage? I haven't had this issue in months of running basically the same thing. Thanks in advance!
Archived
This topic is now archived and is closed to further replies.