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-devel

[Xen-users] About profiling xen

To: marco.tizzoni@xxxxxxxxx
Subject: [Xen-users] About profiling xen
From: Fasiha Ashraf <feehapk@xxxxxxxxxxx>
Date: Mon, 5 Oct 2009 15:34:44 +0530 (IST)
Cc: "Fajar A." <fajar@xxxxxxxxx>, xen <xen-devel@xxxxxxxxxxxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 05 Oct 2009 03:05:36 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.in; s=s1024; t=1254737084; bh=6dgTanaiCEwaLbaG/HdGCdKzywlxTyeqSAhhvj/qzbs=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=T8ldLBM8J8ma0KdkTOvE5I0fp5fgBAYEXLIvCjE+QufpiNkkgTbChj8j65mxYatiyN0wfsVWILAYVvgNwa2CxXdyTNaUMmv+8/T6k/Hw1Yrx81xS2atmJD9FsS+cv/mVQWlAkg0WXIXovgegukvJpzIHMcT12OOuTUtA8zI5qkc=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=N+G38HdUdCEU+0P0bKZ9cqhfFj5EnWx6Kzgvrg4frilQs5+b7WWa9kxRJQBxXFQ2z+rKoGBj/gWaXLOQ/m1q3pAtKsRDC8FO1xUc+DfbCTAoMAHcumuUToxUpTyHY4xDnz+guqafPFktiIWhhIEAoRxLvpLZNBq4cFLZD0ncXds=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

Hi,
in my case guest to internet speed is ok. wget between guests shows 35K/s to the max..and the throughput in this case is 35.1K/s  eta 4h 3m. I case of guest to host its around 147K/s
As you said
I think your problem can be related to this issue. If you want to be sure, count the average number of packet per seconds. It should be about 250 packets/s (not more).

Packets per sec from guest to guest is 2packects per sec..
From guest to host is 1packet per sec
From Host to guest is  2packets per sec

Regards,
Fasiha Ashraf

--- On Wed, 30/9/09, Marco Tizzoni <marco.tizzoni@xxxxxxxxx> wrote:

From: Marco Tizzoni <marco.tizzoni@xxxxxxxxx>
Subject: [Xen-devel] Re: [Xen-users] About profiling xen
To: "Fasiha Ashraf" <feehapk@xxxxxxxxxxx>
Cc: "Fajar A." <fajar@xxxxxxxxx>, "xen" <xen-devel@xxxxxxxxxxxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Date: Wednesday, 30 September, 2009, 11:33 AM

I experienced the same problem with netperf and with hping also. In general every tool that sends packet at fixed rates seems to suffer this problem. If you use the flood option ( sends packets as fast as possible - for example 'ping -f' or 'hping3 -f') instead of a fixed rate the rate become much higher. What I discovered is this issue should be related to Xen's signal handling/delivery.
Netperf use setitimer() to send packets at fixed rate. In my experience on dom0/U, with no load, Xen cannot go over 250 signals per second. Because netperf use signal wakeup the function that send packets I think your problem can be related to this issue. If you want to be sure, count the average number of packet per seconds. It should be about 250 packets/s (not more).
For more info you can see this:http://lists.xensource.com/archives/html/xen-devel/2009-09/msg01159.html

Regards.
Marco

On Wed, Sep 30, 2009 at 8:07 AM, Fasiha Ashraf <feehapk@xxxxxxxxxxx> wrote:
Hi there,
I am getting very low throughput (around 0.29Mbps) while running netperf benchmark for guest to guest communication on a single physical host. To analyse where the time is spent in hypervisor I wanna use profiling. Please help me choosing good profiler according to my requirments. Should it be better in my case, Xentrace, gprof, xenoprof  or Oprofile. Is it possible to use some vtune version on FC11?


-----Inline Attachment Follows-----

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


Keep up with people you care about with Yahoo! India Mail. Learn how.


Connect more, do more and share more with Yahoo! India Mail. Learn more.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] About profiling xen, Fasiha Ashraf <=