Y a-t-il un moyen de tester pourquoi le processeur de mon ordinateur portable chauffe?

Comment savoir pourquoi le processeur de mon ordinateur portable chauffe ?

Sous CentOS 7, mon ordinateur portable est très chaud. Avez-vous des suggestions sur la façon de résoudre le problème sous CentOS, à part modifier l’environnement extérieur de l’ordinateur portable ?

Tu peux utiliser la commande cpupower.

[root@localhost]# cpupower frequency-info
analyzing CPU 0:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 0 2
CPUs which need to have their frequency coordinated by software: 0 2
maximum transition latency: 10.0 us.
hardware limits: 2.00 GHz - 2.50 GHz
available frequency steps: 2.50 GHz, 2.00 GHz
available cpufreq governors: conservative, userspace, powersave, ondemand, performance
current policy: frequency should be within 2.00 GHz and 2.50 GHz.
The governor "ondemand" may decide which speed to use
within this range.
current CPU frequency is 2.00 GHz (asserted by call to hardware).
boost state support:
Supported: no
Active: no
[root@localhost]# cpupower frequency-set --governor conservative
Setting cpu: 0
Setting cpu: 1
Setting cpu: 2
Setting cpu: 3
Setting cpu: 4
Setting cpu: 5
Setting cpu: 6
Setting cpu: 7
[root@localhost]# cpupower set --perf-bias 15
Segmentation fault (core dumped)
[root@localhost network-scripts]# cpupower monitor
|Mperf || Idle_Stats
PKG |CORE|CPU | C0 | Cx | Freq || POLL | C1 | C2 | C3
0| 0| 0| 0.08| 88.92| 1880|| 0.00| 0.00| 31.72| 15.22
0| 1| 2| 0.04| 88.96| 2009|| 0.00| 0.00| 19.70| 0.66
0| 2| 4| 0.23| 88.77| 1888|| 0.00| 0.00| 16.82| 2.23
0| 3| 6| 2.69| 97.31| 1888|| 0.00| 0.03| 16.77| 0.12
1| 0| 1| 0.04| 88.96| 2002|| 0.00| 0.00| 12.65| 17.89
1| 1| 3| 0.04| 88.96| 2007|| 0.00| 0.00| 89.02| 0.12
1| 2| 5| 0.05| 88.95| 1884|| 0.00| 0.00| 89.74| 0.66
1| 3| 7| 0.15| 88.85| 1889|| 0.00| 0.00| 87.94| 2.87