このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン | ||
01_linux:08_仮想化:kvm:01_qemu_monitor [2017/03/01 08:11] – 作成 matsui | 01_linux:08_仮想化:kvm:01_qemu_monitor [2021/01/07 05:58] (現在) – matsui | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== 01 KVM qemu monitor ====== | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | |||
+ | ===== virsh からqemuコマンド ===== | ||
+ | |||
+ | < | ||
+ | # virsh qemu-monitor-command --hmp vmname 'info kvm' | ||
+ | kvm support: enabled | ||
+ | |||
+ | # virsh qemu-monitor-command --hmp vmname 'info balloon' | ||
+ | balloon: actual=1024 | ||
+ | </ | ||
+ | |||
+ | |||
+ | ==== ballooning変更 ==== | ||
+ | |||
+ | < | ||
+ | # virsh qemu-monitor-command --hmp one-300 'info balloon' | ||
+ | balloon: actual=2048 | ||
+ | |||
+ | # virsh qemu-monitor-command --hmp one-300 ' | ||
+ | |||
+ | # virsh qemu-monitor-command --hmp one-300 'info balloon' | ||
+ | balloon: actual=1024 | ||
+ | </ | ||
+ | |||
+ | {{tag> | ||