virtualization:proxmox_ve_power_saving_settings

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

次のリビジョン
前のリビジョン
最新のリビジョン 両方とも次のリビジョン
virtualization:proxmox_ve_power_saving_settings [2021-03-08 10:53]
Decomo 作成
virtualization:proxmox_ve_power_saving_settings [2021-09-17 14:23]
Decomo [CPU]
行 14: 行 14:
  
 標準で性能重視の電力チューニングとなっているところを、省電力重視に変更する。 標準で性能重視の電力チューニングとなっているところを、省電力重視に変更する。
 +
 +=== ガバナーの設定 ===
  
 <code> <code>
-echo power_save | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor+echo powersave | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
 </code> </code>
  
行 25: 行 27:
 なお、古い記述ではondemandを指定しているが、設定としてはもはや存在しない。効果の面でも現行のperformanceの方が、性能・省エネ両面でondemandより良好とのこと。 なお、古い記述ではondemandを指定しているが、設定としてはもはや存在しない。効果の面でも現行のperformanceの方が、性能・省エネ両面でondemandより良好とのこと。
  
 +=== 性能バイアスの設定 ===
 +
 +''cpupower''コマンドで、CPUの電力ポリシーを設定する。PVEに最初から入っているコマンドではないので、yumでインストールのこと。
 +
 +<code>
 +cpupower set -b 15
 +</code>
 +
 +数値は0~15が指定可能で、0の方が性能優先、15の方が省エネ優先となる。処理負荷に対してCPUのクロック(やステート、電圧)をどの程度鋭敏に追従させるかの指定と思われる。数値が大きいほど消費電力の上昇は抑えられるが、その分、レスポンスが悪くなるのでバランスを見て適切な値にするのが良い。
 ==== SATA LPM/ALPM ==== ==== SATA LPM/ALPM ====
  
行 92: 行 103:
   * [[https://wiki.archlinux.jp/index.php/CPU_%E5%91%A8%E6%B3%A2%E6%95%B0%E3%82%B9%E3%82%B1%E3%83%BC%E3%83%AA%E3%83%B3%E3%82%B0|CPU 周波数スケーリング - ArchWiki]]   * [[https://wiki.archlinux.jp/index.php/CPU_%E5%91%A8%E6%B3%A2%E6%95%B0%E3%82%B9%E3%82%B1%E3%83%BC%E3%83%AA%E3%83%B3%E3%82%B0|CPU 周波数スケーリング - ArchWiki]]
   * [[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/power_management_guide/alpm|3.8. Aggressive Link Power Management Red Hat Enterprise Linux 6 | Red Hat Customer Portal]]   * [[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/power_management_guide/alpm|3.8. Aggressive Link Power Management Red Hat Enterprise Linux 6 | Red Hat Customer Portal]]
 +  * [[https://wiki.archlinux.org/index.php/Solid_state_drive/NVMe|Solid state drive/NVMe - ArchWiki]]
  • virtualization/proxmox_ve_power_saving_settings.txt
  • 最終更新: 2022-01-10 23:57
  • by Decomo