|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] How to get rid of IO-Bottleneck?
If all of your guest domain VM's are running on one or two HDD's... then it's no good as VM's are trying to read/write all over the HDD's. (e.g. lots and lots of random accesses across the disk)
If you've got multiple HDD's, then have your Xen guest domains running on top of each disk. If one of your VM is very much disk I/O intensive, then you would dedicate a HDD to that VM, and have other less disk I/O intensive VM's on another HDD. Just do whatever you can to balance out loads on your physical HDD's.
Or if you could have SSD (Solid State Disks) then you wouldn't have to think about this issue as it's good for random accesses.
/Taeho
On Fri, Apr 3, 2009 at 3:30 PM, Fabian Zimmermann <xen-users@xxxxxxxxxxxxxxxxx> wrote:
Hi,
I'm running a Xen (Debian Lenny / 3.3.1 / 2.6.18.8 / 2x1T SATA RAID1 / 8G RAM)-Server with ~8-12 VMs (LVM based - NOOP shedule). Each VM is running Postgre, Tomcat, Apache. If we do our daily testings, the disk-io-performance is terrible.
As far as I understood reads are cached within the VMs, so this should not be the problem. I think the high number of writes is killing the hdd. Is there a way to do something like "async write", or what else could I do to speedup the VMs even if there is a lot of disk-io?
Thanks, Fabian
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|