Equilibrio de núcleos de CPU Linux Mint y alta temperatura

Equilibrio de núcleos de CPU Linux Mint y alta temperatura

Estoy usando Linux Mint. Mi computadora portátil tiene una CPU Core i5. Cuando reviso el monitor del sistema, muestra que el uso de la CPU 1 está entre el 90 y el 100% y el de la CPU 2,3,4 es inferior al 5%. ¿Por qué no equilibra los procesos en todos los núcleos? Debido al uso elevado de la CPU 1, el ventilador siempre funciona y la temperatura es alta. En Windows no tuve este problema.

Respuesta1

$ top -bn 2 -d 0.01| head -20
top - 19:24:35 up  1:28,  3 users,  load average: 0,96, 0,94, 0,93
Tasks: 197 total,   2 running, 195 sleeping,   0 stopped,   0 zombie
%Cpu(s):  8,0 us,  2,7 sy,  0,0 ni, 88,4 id,  0,8 wa,  0,0 hi,  0,1 si,  0,0 st
KiB Mem:   8085060 total,  2308068 used,  5776992 free,    91992 buffers
KiB Swap:  8142844 total,        0 used,  8142844 free,  1504860 cached

  PID USER      PR  NI  VIRT  RES  SHR S  %CPU %MEM    TIME+  COMMAND
   79 root      20   0     0    0    0 R  71,5  0,0  13:05.30 kworker/0:1
 2260 marek     20   0 1716m  91m  28m S   6,5  1,2   5:37.09 cinnamon
    1 root      20   0 27732 3548 1488 S   0,0  0,0   0:01.67 init
    2 root      20   0     0    0    0 S   0,0  0,0   0:00.00 kthreadd
    3 root      20   0     0    0    0 S   0,0  0,0   0:00.57 ksoftirqd/0
    5 root       0 -20     0    0    0 S   0,0  0,0   0:00.00 kworker/0:0H
    7 root       0 -20     0    0    0 S   0,0  0,0   0:00.00 kworker/u:0H
    8 root      rt   0     0    0    0 S   0,0  0,0   0:00.02 migration/0
    9 root      20   0     0    0    0 S   0,0  0,0   0:00.00 rcu_bh
   10 root      20   0     0    0    0 S   0,0  0,0   0:03.26 rcu_sched
   11 root      rt   0     0    0    0 S   0,0  0,0   0:00.02 watchdog/0
   12 root      rt   0     0    0    0 S   0,0  0,0   0:00.02 watchdog/1
   13 root      20   0     0    0    0 S   0,0  0,0   0:00.47 ksoftirqd/1

Puedes ver el modo de gobierno así:

$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
ondemand

información relacionada