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-devel] Performance difference between Xen versions

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Performance difference between Xen versions
From: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
Date: Fri, 29 Apr 2011 14:32:49 +0200
Delivery-date: Fri, 29 Apr 2011 05:34:01 -0700
Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=ts.fujitsu.com; i=juergen.gross@xxxxxxxxxxxxxx; q=dns/txt; s=s1536b; t=1304080372; x=1335616372; h=message-id:date:from:mime-version:to:subject: content-transfer-encoding; bh=c+0Dsae6zZvgpiKU7dH+DvRZQ9u2g34smBpfObI2rgk=; b=Sbznd+RZVnO24tgwJR9PXUJ+5UBMEyuH2snPbRJ9P3QGIJq2ZuO2o37j PWv74993w+gg7t5biRrZjY2KDykyz1ZDMnV//fnRYto9WUh/xXQgcy+iv sxn+s9pj9dfh756eapLvFr1UpL1vyNBMyqjp3W7U5aJUOxwedVTJ3hjn4 5c7lUym2c50h8kNr2zzSH90K7QRpPakqEF86s+dr4eJ3iLKqoGZnP88C0 sGmcFqBoDhukQ6T3kZAqFPcm4pcNl;
Domainkey-signature: s=s1536a; d=ts.fujitsu.com; c=nofws; q=dns; h=X-SBRSScore:X-IronPort-AV:Received:X-IronPort-AV: Received:Received:Message-ID:Date:From:Organization: User-Agent:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=XFqY7WWnwJgZyY3133dNLIpddCcfxp9QGq2OAFqIa9FzQHXF8Z/CIQti /znEwOFV7eyGbuCdSRlGTdB3Yz7Ax+gpOYG/QlwxxPAQVUrksy23f7+rs yT/SDJReR/2EyC+LGmmS5+RQ8inhTSbW6LCwsMVH+rhrIXP9xkW8FCl4P cvgIBDHqVh1/DtWZMuGud+7aM7KxE9LhojeZ2jPLxN/XeSTkV5m6eiRro SBdkwtya5sHwtIdmIHqMD2aMC+6W5;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Fujitsu Technology Solutions
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110402 Iceowl/1.0b2 Icedove/3.1.9
Hi,

comparing performance of different Xen versions with BS2000 as HVM guest
showed some weird data I'd like to understand.

All measurements were done on an Intel Xeon E7220 box. We used a disk-
benchmark and found the cpu utilization was much higher with Xen 4.0 compared
to Xen 3.3. I did some more investigation and narrowed things down to calls of
the hypervisor (implicit or explicit).

Following is a table with timing data for different low-level functions, all
timing values are tsc ticks obtained via rdtsc:

Xen 3.3     Xen 4.0      Function
      88        165      just the measurement overhead
     176        330      rdtsc-instruction + cli/sti
    5896      11044      lapic timer query
    7381      13519      setting lapic timer
    4653       8987      reload of cr3
    3124       5709      invlpg instruction
  792253     792264      wbinvd instruction
     748       1375      int + iret
    5203       9317      hypervisor yield call
12598102   12597882      memory access loop

All operations involving the hypervisor take nearly twice the time on 4.0.
Operations not involving the hypervisor (wbinvd and memory access loop) are
the same on both systems (this rules out the possibility of different rdtsc
behavior).

Is there any easy explanation for this? Both Xen versions are from SLES
(SLES11 or SLES11 SP1).


Juergen

--
Juergen Gross                 Principal Developer Operating Systems
TSP ES&S SWE OS6                       Telephone: +49 (0) 89 3222 2967
Fujitsu Technology Solutions              e-mail: juergen.gross@xxxxxxxxxxxxxx
Domagkstr. 28                           Internet: ts.fujitsu.com
D-80807 Muenchen                 Company details: ts.fujitsu.com/imprint.html


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

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