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] Re: Xen Disk I/O performance vs native performance:Xen I

To: "Fajar A. Nugraha" <fajar@xxxxxxxxx>
Subject: Re: [Xen-users] Re: Xen Disk I/O performance vs native performance:Xen I/O is definitely super super super slow
From: Joris Dobbelsteen <joris@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 14 Feb 2009 14:47:01 +0100
Cc: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>, DOGUET Emmanuel <Emmanuel.DOGUET@xxxxxxxx>
Delivery-date: Sat, 14 Feb 2009 05:48:32 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <7207d96f0902132122n409d71ceg2c19e3ec70f52f45@xxxxxxxxxxxxxx>
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: <7309E5BCEDC4DC4BA820EF9497269EAD0461B244@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <7207d96f0902120602t1be864acm684fbe6b8f0f18aa@xxxxxxxxxxxxxx> <7309E5BCEDC4DC4BA820EF9497269EAD0461B246@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <7207d96f0902122011x541c63eewe33fe0ef922cd0c9@xxxxxxxxxxxxxx> <7309E5BCEDC4DC4BA820EF9497269EAD0461B24D@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <7309E5BCEDC4DC4BA820EF9497269EAD0461B24F@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <7207d96f0902132122n409d71ceg2c19e3ec70f52f45@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.19 (X11/20090105)
Fajar A. Nugraha wrote, On 14-02-09 06:22:
2009/2/13 DOGUET Emmanuel <Emmanuel.DOGUET@xxxxxxxx>:

I have mount domU partition on dom0 for testing and it's OK.
But same partiton on domU side is slow.

Strange.

Strange indeed. At least that ruled-out hardware problems :)
Could try with a "simple" domU?
- 1 vcpu
- 512 M memory
- only one vbd

this should isolate whether or not the problem is on your particular
domU (e.g. some config parameter actually make domU slower).

Your config file should have only few lines, like this

memory = "512"
vcpus=1
disk = ['phy:/dev/rootvg/bdd-root,xvda1,w' ]
vif = [ "mac=00:22:64:A1:56:BF,bridge=xenbr0" ]
vfb =['type=vnc']
bootloader="/usr/bin/pygrub"

I has one read somewhere that it could be caused by an interaction between LVM and Software RAID. You should break up your test into smaller fractions:

* Plain disk (NO RAID OR LVM)
* RAID only
* LVM only
* RAID + LVM

Maybe this isolates the issue a bit. I'm also strugling with similar numbers for disk performance, but since I run all my network services on top of one Xen box (personal system, not business) I have little intention to actually change it now. Its running an outdated Gentoo installation (upgrade attempts broke Xen in my case).

My memory might have failed after a year, but I believed that without RAID or LVM the performance was equal in both Dom0 and DomU.

- Joris

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>