반응형
Notice
Recent Posts
Recent Comments
Link
«   2024/12   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
Archives
Today
Total
관리 메뉴

/var/log/messages

dmesg 메시지, temperature above threshold 본문

SUSE

dmesg 메시지, temperature above threshold

로만로만 2024. 5. 10. 08:54
반응형

이 메시지는 CPU 온도가 설정된 임계값을 초과했음을 나타냅니다.

 

[ +28.707679] CPU1: Core temperature above threshold, cpu clock throttled (total events = 1194)
[ +0.000001] CPU5: Core temperature above threshold, cpu clock throttled (total events = 1194)
[ +0.000002] CPU5: Package temperature above threshold, cpu clock throttled (total events = 3506)
[ +0.000002] CPU0: Package temperature above threshold, cpu clock throttled (total events = 3506)
[ +0.000001] CPU6: Package temperature above threshold, cpu clock throttled (total events = 3506)
[ +0.000001] CPU4: Package temperature above threshold, cpu clock throttled (total events = 3506)
[ +0.000001] CPU2: Package temperature above threshold, cpu clock throttled (total events = 3506)
[ +0.000002] CPU3: Package temperature above threshold, cpu clock throttled (total events = 3506)
[ +0.000001] CPU7: Package temperature above threshold, cpu clock throttled (total events = 3506)
[ +0.000003] CPU1: Package temperature above threshold, cpu clock throttled (total events = 3506)
[ +0.000985] CPU1: Core temperature/speed normal
[ +0.000001] CPU1: Package temperature/speed normal
[ +0.000000] CPU5: Core temperature/speed normal
[ +0.000001] CPU5: Package temperature/speed normal
[ +0.000028] CPU4: Package temperature/speed normal
[ +0.000001] CPU2: Package temperature/speed normal
[ +0.000000] CPU0: Package temperature/speed normal
[ +0.000001] CPU6: Package temperature/speed normal
[ +0.000001] CPU7: Package temperature/speed normal
[ +0.000001] CPU3: Package temperature/speed normal

 

이 로그 메시지는 CPU의 온도가 임계값을 초과하여 CPU 클록 속도가 제한(Throttled)되었음을 나타냅니다. 이는 시스템의 냉각이 충분하지 않거나, CPU가 과부하 상태에 있음을 의미할 수 있습니다. 온도가 정상으로 돌아오면, CPU 클록 속도도 정상화됩니다.

 

해결방안은 시스템 냉각 상태 확인 및 개선, CPU 부하 관리, 시스템 설정 조정(cpufreq, turbostat), 하드웨어 문제 점검 등이 있겠습니다.