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] Is my xen-friendly glibc really faster?

To: "Ernst Bachmann" <e.bachmann@xxxxxxxx>
Subject: Re: [Xen-users] Is my xen-friendly glibc really faster?
From: "Chris Fanning" <christopher.fanning@xxxxxxxxx>
Date: Fri, 24 Feb 2006 22:19:58 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 24 Feb 2006 21:20:29 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iciqe/Hvtj3cRZptPck6B6o/vTQZhPpAK64vBIPt0+vJ1GDzfANGj/m056GrDG0N4rSEuBciU80qOdmjgG3XRpC+XMjAHUWTtsxdqyZIA6QcCGQAE9ofJ01am34TEzhS6J+wflrEancUOoDRu75JUFoDO1uixwXVcTPn6LfqhS4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200602212317.14351.e.bachmann@xxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <215ff4410602211403t55192f15q9c2c20f02fb378b3@xxxxxxxxxxxxxx> <200602212317.14351.e.bachmann@xxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi Ernst,

> If you run them in a domU, my guess would be the slowdown is caused by your
> VNC/NX/remote X11 connection, not from the processing in domU.

I had exported nfs:/home from another domU. When I moved the home
export to dom0 performance improved a lot.
Perhaps this is because of some disk access bottleneck cause buy KDE
Dcop or IPC or Unix sockets or something when running the home is on
another domU.

What do you think?

Chris.

On 2/21/06, Ernst Bachmann <e.bachmann@xxxxxxxx> wrote:
> On Tuesday 21 February 2006 23:03, Chris Fanning wrote:
>
> > After compiling xen on a debian testing
> > mv /lib/tls /lib/tls.disabled
>
> If that mv makes your system faster or slower depends entirely on your
> application. After all, this disables the NPTL thread libraries, which are
> said to give a huge performance boost (>100% in some syntetic benchmarks) to
> threaded apps.
>
> > and in a domU I installed kde, openoffice, mozilla, etc.
> > Performance is not what I expected so I compiled a xen-friendly libc6
>
> If you run them in a domU, my guess would be the slowdown is caused by your
> VNC/NX/remote X11 connection, not from the processing in domU.
>
> >
> > -----I copied this from the xen-users list------
> > Debian's current glibc-2.3.5-6 seems to have included this patch already.
> > apt-get build-dep libc6
> > apt-get source libc6
> >
> > edit debian/rules adding
> > '-mno-tls-direct-seg-refs' to BUILD_CFLAGS y HOST_CFLAGS.
> >
> > dpkg-buildpackage -rfakeroot
> > -------thanks-----------
> > after installing libc6_2.3.5-13_i386.deb I don't get that warning anymore
> > :)
> >
> > but performance hasn't noticeably improved.
>
> Well, thats the prefered solution, you get the speedups from NPTL without the
> slowdown incurred by xen's emulation of TLS memory access.
>
> > How can I test this?
>
> run some benchmarks?
>
> /Ernst
>
> _______________________________________________
> 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