"grep MH /proc/cpuinfo" 실행 - Fedora/Redhat에서 대부분의 CPU Mhz가 최대치에 도달했습니다.

"grep MH /proc/cpuinfo" 실행 - Fedora/Redhat에서 대부분의 CPU Mhz가 최대치에 도달했습니다.

실행 후:

$ lscpu grep MH |

Fedora 38에서 실행되는 1280p Intel 프로세서는 다음을 반환합니다.

CPU(s) scaling MHz:              91%
CPU max MHz:                     1800.0000
CPU min MHz:                     400.0000

그래서 나는 다음을 실행합니다.

grep MH /proc/cpuinfo

내 결과는 다음과 같습니다

cpu MHz     : 444.752
cpu MHz     : 400.000
cpu MHz     : 920.638
cpu MHz     : 2000.000
cpu MHz     : 400.060
cpu MHz     : 2000.000
cpu MHz     : 400.256
cpu MHz     : 2000.000
cpu MHz     : 707.552
cpu MHz     : 2000.000
cpu MHz     : 1078.017
cpu MHz     : 2000.000
cpu MHz     : 820.163
cpu MHz     : 2000.000
cpu MHz     : 481.877
cpu MHz     : 2000.000
cpu MHz     : 2000.000
cpu MHz     : 2000.000
cpu MHz     : 2000.000
cpu MHz     : 2000.000

---왜 그렇게 높습니까? "intel_pstate=passive"를 사용하면 이 문제가 해결될 것이라고 생각하지만 적용할 수 없는 것 같습니다. 나는 다음을 통해 실제로 기술을 보유하고 있음을 확인했습니다.

고양이/sys/장치/시스템/cpu/cpu0/cpufreq/scaling_driver

나는 뭔가를 잘못 읽었거나 뭔가 잘못했습니다. 왜냐하면 내가 달릴 때마다:

CPU전력 주파수 정보

다음을 반환합니다.

analyzing CPU 0:
  driver: intel_pstate
  CPUs which run at the same hardware frequency: 0
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency:  Cannot determine or is not supported.
  hardware limits: 400 MHz - 1.80 GHz
  available cpufreq governors: performance powersave
  current policy: frequency should be within 400 MHz and 400 MHz.
                  The governor "powersave" may decide which speed to use
                  within this range.
  current CPU frequency: Unable to call hardware
  current CPU frequency: 418 MHz (asserted by call to kernel)
  boost state support:
    Supported: no - diabled in UEFI
    Active: no - diabled in UEFI

CPU 0에 대한 정보만 표시됩니까? 예를 들어 "Tuned-utils"를 사용하여 튜너블을 수정하고 에너지 절약 기능을 조정했습니다.

$sudo cpupower frequency-set --governor powersave
$tuned-adm profile powersave
$sudo powertop2tuned superpowersave -e --f

또한 "superpowersave"를 사용하여 마지막 명령을 다시 실행하여 충돌을 우회하고 pwofile이 활성화되어 있는지 확인하십시오.에너지 절약실제로 이것을 재조정했습니다.

Running PowerTOP, please wait...
Generating shell script /etc/tuned/powersave/script.sh
Generating TuneD config file /etc/tuned/powersave/tuned.conf
New profile has same name as active profile, not including active profile (avoiding circular deps).

나는 읽었습니다:kernel.org&Access.Redhat.compstate 및 전원 구성과 관련하여 아직 더 전문적인 지침이나 지원을 찾고 계시다면 감사드립니다.

관련 정보