My laptop is hot and the fan is always running. First I ensured the discreet graphics card is disabled (it is), then I checked the system monitor and top
:
Looks like a mystery kworker
task is hogging nearly all of one cpu. I installed perf
and ran the commands sudo perf record -g -a sleep 10
& sudo perf report
to get this:
Now what? I'm really not sure what any of these processes are. Any tips?
kworker
process appears 65% busy, yet your system as a whole is only 9% busy. – Jos May 07 '19 at 15:15kworker
might be of some help? https://askubuntu.com/questions/33640/kworker-what-is-it-and-why-is-it-hogging-so-much-cpu ... maybe that's how you were led to usingperf
, but there are some steps to keep debugging over on that Q anyway! – Chris Burgess May 08 '19 at 04:31