WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] How to get rid of IO-Bottleneck?

To: Fabian Zimmermann <xen-users@xxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] How to get rid of IO-Bottleneck?
From: Taeho Kang <tkang1@xxxxxxxxx>
Date: Fri, 3 Apr 2009 16:06:41 +0900
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 03 Apr 2009 00:07:22 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=BAhpUJPyITDmuSIIgXa+opMUyWjXjiToSsHFI6j6mBU=; b=vq4AwDysz1EQj4XsyeaiBucEqRi9MlXaJmBLeIChMYPR5pgJRlYNFtf1pxWVddD30U euYi1+Dfj+Oi8ic5ui2iXmqeOjdTe8GHwbttMQSLUvOFxCqdfVLl2zm+291dY3bcU8oe kr7c1fqGiW5kSDYmzT87ucfAUezDsA9q65k+E=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=MYmSva/g8ElYeR7548uf+0ym+nPjFxytN+M5zvoUg1JrMZk9gTsX5EA7sxobaonQBO 1CdthNCl8+wXZaAVQvyvneUgfDrRRHpNyYnsaHg1eZWp6wqqluDgNUUMkcNEqYOwrKY5 kw8tWrFc+EWLle0y4UjGDwrg2hDvMuI7Fxyhs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <49D5ACF9.70305@xxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <49D5ACF9.70305@xxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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