linux:qemu-kvm:tuned_setup

差分

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

この比較画面へのリンク

次のリビジョン
前のリビジョン
linux:qemu-kvm:tuned_setup [2013/10/28 22:31] – 作成 ともやんlinux:qemu-kvm:tuned_setup [2019/05/18 02:23] (現在) – 外部編集 非ログインユーザー
行 2: 行 2:
  
 ===== パッケージインストール ===== ===== パッケージインストール =====
 +CentOS\\
 <code> <code>
 $ sudo yum install tuned $ sudo yum install tuned
 +</code>
 +Fedora\\
 +<code>
 +$ sudo dnf install tuned
 </code> </code>
  
 ===== サービス自動起動設定 ===== ===== サービス自動起動設定 =====
 +CentOS
 +<code>
 +$ sudo chkconfig tuned on
 +</code>
 +
 +Fedora
 <code> <code>
 $ sudo systemctl enable tuned.service $ sudo systemctl enable tuned.service
行 12: 行 23:
  
 ===== サービス開始 ===== ===== サービス開始 =====
 +CentOS
 +<code>
 +$ sudo service tuned start
 +</code>
 +
 +Fedora
 <code> <code>
 $ sudo systemctl start tuned.service $ sudo systemctl start tuned.service
行 39: 行 56:
 <code> <code>
 $ sudo tuned-adm profile virtual-host $ sudo tuned-adm profile virtual-host
 +</code>
 +
 +KVMゲストの場合
 +<code>
 +$ sudo tuned-adm profile virtual-guest
 </code> </code>
  • linux/qemu-kvm/tuned_setup.1382967113.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)