| 15 | |
| 16 | == Virtualization == |
| 17 | |
| 18 | * 目前在 debian 中有關虛擬化的幾個套件 |
| 19 | * [http://packages.debian.org/squeeze/virt-top virt-top] - 透過 libvirt 來查詢整體的資源使用量 |
| 20 | * [http://packages.debian.org/squeeze/virt-what virt-what] - 可以判斷目前是跑在 xen 還是 kvm |
| 21 | * [http://packages.debian.org/squeeze/virtinst virtinst] - 透過 libvirt 執行產生新虛擬機器映像檔的工具 |
| 22 | * virt-install: provision new virtual machines virt-clone: clone existing virtual machines |
| 23 | * virt-image: create virtual machines from an image description |
| 24 | * virt-convert: convert virtual machines between formats |
| 25 | * [http://packages.debian.org/squeeze/virt-viewer virt-viewer] - Displaying the graphical console of a virtual machine - 可以把虛擬機器的 console 透過 VNC 顯示過來。 |
| 26 | |
| 27 | * 關於 VirtIO - 加速虛擬機器 I/O 的擴充套件 - 目前主要用於 KVM ,而 [http://beckjottings.blogspot.com/2010/03/virtualbox-virtio-net.html VirtualBox 則支援 virtio-net] |
| 28 | * http://www.linux-kvm.org/page/Virtio |
| 29 | * [http://www.pigo.idv.tw/tag/virtio Windows 虛擬機器若安裝 virtio driver],可以增加效率。 |