Changes between Version 61 and Version 62 of TipAndDoc/VM/KVM
- Timestamp:
- Mar 27, 2018 5:23:51 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/VM/KVM
v61 v62 27 27 28 28 * [http://symfoware.blog68.fc2.com/blog-entry-964.html Ubuntu 12.04 + KVM上のWindows仮想OSのディスクIOの改善 - Symfoware] 29 30 * [https://serverfault.com/questions/396105/is-there-a-way-to-determine-which-virtual-interface-belongs-to-a-virtual-machine networking - Is there a way to determine which virtual interface belongs to a virtual machine in a kvm host? - Server Fault] 31 > {{{#!sh 32 > for vm in $(virsh list | grep running | awk '{print $2}'); do echo -n "$vm:"; virsh dumpxml $vm| grep -oP "vnet\d+" ; done 33 > }}} 29 34 30 35 == Client ==