문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
linux:cpufreq [2019/12/03 17:13] kwon37xi [cpupower / cpupower-gui] |
linux:cpufreq [2021/08/27 15:41] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== Linux CPU Frequency ====== | ====== Linux CPU Frequency ====== | ||
| * [[https:// | * [[https:// | ||
| + | * [[linux: | ||
| 리눅스에서 CPU Frequency 조정할기가 가능하다. | 리눅스에서 CPU Frequency 조정할기가 가능하다. | ||
| 줄 8: | 줄 9: | ||
| * cpufreq-set 명령은 root 권한으로 실행한다. | * cpufreq-set 명령은 root 권한으로 실행한다. | ||
| * cpufreq-info 명령의 결과를 보면 cpufreq-set 명령의 옵션을 알 수 있다.< | * cpufreq-info 명령의 결과를 보면 cpufreq-set 명령의 옵션을 알 수 있다.< | ||
| + | # cpufreq-info 결과 | ||
| + | available cpufreq governors: performance, | ||
| + | |||
| # 성능 위주 | # 성능 위주 | ||
| sudo cpufreq-set -g performance | sudo cpufreq-set -g performance | ||
| 줄 24: | 줄 28: | ||
| ===== cpupower / cpupower-gui ===== | ===== cpupower / cpupower-gui ===== | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| * 모든 CPU를 절약모드로< | * 모든 CPU를 절약모드로< | ||
| sudo cpupower | sudo cpupower | ||
| 줄 30: | 줄 35: | ||
| sudo cpupower | sudo cpupower | ||
| </ | </ | ||
| + | |||
| + | ===== Turbo Boost ===== | ||
| + | * [[https:// | ||
| + | |||
| + | <code sh> | ||
| + | lscpu |egrep "Model name|MHz" | ||
| + | |||
| + | Model name: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz | ||
| + | CPU MHz: | ||
| + | CPU max MHz: | ||
| + | CPU min MHz: | ||
| + | |||
| + | </ | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | |||
| + | ===== KDE Plazma pstate ===== | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * [[https:// | ||
| + | |||