V
V
Vasily Shakhunov2019-09-12 10:15:18
linux
Vasily Shakhunov, 2019-09-12 10:15:18

Why 100% loading of kworker?

CPU usage has suddenly increased. Only docker and mongi replica are running on the host.
5d79ecc7aab88722705437.png
It turned out that kworker hangs in the processes and consumes almost the entire processor.
Primary googling led to diagnostics using the perf utility. It turned out like this:

perf record -g -a sleep 10
perf report

5d79f02b3050d174405064.png
There are no anomalies in the mongo and disk metrics.
Where can you dig?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Mirilaczvili, 2019-09-14
@2ord

Here it is recommended to update the kernel version and load the system less.
If Monga loads, then you need to limit the load on it or limit the CPU of the Docker container.
There is a good utility for system monitoring - atop .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question