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

[Xen-ia64-devel] Weekly benchmark results [ww25]

To: <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-ia64-devel] Weekly benchmark results [ww25]
From: "yo.fujita" <yo.fujita@xxxxxxxxxxxxxxxx>
Date: Fri, 23 Jun 2006 16:21:12 +0900
Delivery-date: Fri, 23 Jun 2006 00:18:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcaWlZshhBxvljRZSG+TtfTzP0Obyw==
Hi, all

I will inform this week's benchmark result.

The tools used now is as follows.
 - unixbench4.1.0
 - bonnie++-1.03
 - ltp-full-20060306
 - iozone3_191
 - lmbench-3.0-a5

TEST ENVIRONMENT
    Machine          : Tiger4
    KERN             : 2.6.16.13-xen
    changeset        : 10443
    Dom0 OS          : RHEL4 U2 (no SMP)
    DomU OS          : RHEL4 U2 (2P)
    No. of DomU's    : 1

SUMMARY:
     - We used 2cpus on the domU testing.
     - We used sched="credit".
     - We applied the following patch, which have been already
       applied in xen-unstable.hg tree, for keeping work the credit 
       scheduler on the SMP.
--- a/xen/common/sched_credit.c    2006-06-22 07:20:52.000000000 +0900
+++ b/xen/common/sched_credit.c    2006-06-22 08:21:05.000000000 +0900
@@ -967,9 +967,6 @@
         if ( peer_cpu == cpu )
             break;

-        BUG_ON( peer_cpu >= csched_priv.ncpus );
-        BUG_ON( peer_cpu == cpu );
-
         /*
          * Get ahold of the scheduler lock for this peer CPU.
          *
@@ -1072,7 +1069,6 @@
     ret.task = snext->vcpu;

     CSCHED_VCPU_CHECK(ret.task);
-    BUG_ON( !vcpu_runnable(ret.task) );

     return ret;
 }

issues: 
     - The problem occurred in the last week's test was not
       reproduced.

TEST RESULT
    unixbench4.1.0    : Pass
    bonnie++-1.03    : Pass
    ltp-full-20060306 : 8/817 FAIL (Please see the attached files)
    iozone3_191       : Pass
    lmbench-3.0-a5    : Pass

Thanks and best regards,
Fujita and Fujitsu members

Attachment: ltp-domU-20060622.log
Description: Binary data

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] Weekly benchmark results [ww25], yo.fujita <=