Hi,
I installed Proxmox VE 0.9 on a IBM System X 3400 Server. After doing some disk performance tests on a Ubuntu VM and on the host system, I get the following results:
As you can see, I get very poor disk performance on the guest, compared to the host.
Here is the kvm command-line of the guest:
Why is the guest running with the disks attached as IDE? Can this be changed to SATA or something else?
Any help is appreciated...
Thanks,
Tobias
I installed Proxmox VE 0.9 on a IBM System X 3400 Server. After doing some disk performance tests on a Ubuntu VM and on the host system, I get the following results:
Code:
bonnie++ -d /tmp -m host -u nobody
Version 1.03 ------Sequential Output------ --Sequential Input- --Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
host 8G 49148 91 52629 16 24877 7 48690 81 56323 6 210.1 0
------Sequential Create------ --------Random Create--------
-Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
16 +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++
host,8G,49148,91,52629,16,24877,7,48690,81,56323,6,210.1,0,16,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++
Code:
sudo bonnie++ -d /opt -m guest -u nobody
Version 1.03 ------Sequential Output------ --Sequential Input- --Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
guest 3G 19478 70 22949 10 16811 9 26825 60 43661 10 238.2 6
------Sequential Create------ --------Random Create--------
-Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
16 2889 97 +++++ +++ +++++ +++ 3013 97 +++++ +++ 10157 92
guest,3G,19478,70,22949,10,16811,9,26825,60,43661,10,238.2,6,16,2889,97,+++++,+++,+++++,+++,3013,97,+++++,+++,10157,92
Here is the kvm command-line of the guest:
What can I do to tweak the guest disk performance?/usr/bin/kvm -monitor pty -vnc unix:/tmp/qemu-server-vnc-101.socket,password -usbdevice tablet -name guest -k de -drive file=/var/lib/vz/images/vm-101-default.qcow2,index=0,if=ide,media=disk -drive file=/var/lib/vz/images/vm-101-opt.qcow2,index=1,if=ide,media=disk -drive index=2,media=cdrom -m 1536 -net nic,model=rtl8139 -net tap
Why is the guest running with the disks attached as IDE? Can this be changed to SATA or something else?
Any help is appreciated...
Thanks,
Tobias