Linuxのプログラムはどれくらい安定していますかlm-sensors
?を実行すると、watch sensors
2秒のリフレッシュ間隔内に摂氏10度まで温度が大幅に上昇することがわかります。以下の2つの読み取り値は、Coreを使用して2秒間隔で撮影された2つのスクリーンショットでこれを示しています。 1はその間で8度下にジャンプします。
読書1:
Every 2.0s: sensors Thu Nov 19 14:02:41 2020
iwlwifi_1-virtual-0
Adapter: Virtual device
temp1: +66.0°C
acpitz-virtual-0
Adapter: Virtual device
temp1: +59.0°C
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +67.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +61.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +67.0°C (high = +100.0°C, crit = +100.0°C)
Core 2: +60.0°C (high = +100.0°C, crit = +100.0°C)
Core 3: +59.0°C (high = +100.0°C, crit = +100.0°C)
pch_skylake-virtual-0
Adapter: Virtual device
temp1: +55.5°C
2秒後に読み取った読み取り2:
Every 2.0s: sensors Thu Nov 19 14:02:43 2020
iwlwifi_1-virtual-0
Adapter: Virtual device
temp1: +65.0°C
acpitz-virtual-0
Adapter: Virtual device
temp1: +61.0°C
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +59.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +59.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +59.0°C (high = +100.0°C, crit = +100.0°C)
Core 2: +58.0°C (high = +100.0°C, crit = +100.0°C)
Core 3: +57.0°C (high = +100.0°C, crit = +100.0°C)
pch_skylake-virtual-0
Adapter: Virtual device
temp1: +55.5°C
ベストアンサー1
数十億のトランジスタが非常に小さなスペースに密集している非常に小さなトランジスタによる熱密度のため、新しいAMDおよびIntel CPUでは完全に予想されます。
これらの高温や温度の変動を見たくない場合は、ターボブーストを無効にしてください。
echo 0 | sudo tee /sys/devices/system/cpu/cpufreq/boost
Intel CPUの場合は異なる場合があります。https://askubuntu.com/a/620114