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] Timer Frequency Problem

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Timer Frequency Problem
From: "jowkju" <jowkju@xxxxxxxxxxxxx>
Date: Wed, 7 Nov 2007 17:02:26 +0900
Delivery-date: Mon, 19 Nov 2007 10:17:43 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcghFIjiqwPEhJMaSnmPqn69NrExMA==

Hello, Xen Users~!!

 

I installed xenserver-3.2.0 on my dell system. When I created a RHEL-4.4 guest OS(2.6.9 kernel) on it,

xen patch changed the timer frequency HZ to be 100 instead of 1000. And I found the dom0 kernel

also uses a 100HZ instead of 1000HZ.

 

The general kernel or xen kernel both use USER_HZ as 100HZ, so I guess, for the applications running mainly in

the user address space, the performance will be simillar. However, some applications running mainly

in the kernel address space, the performance will be a lot affected by the differences in HZ between general kernel and

xen kernel.

 

My questions are

01.   Why do the xen patches for the dom0 and domU force to use 100HZ instead of 1000HZ for the timer frequency?

 

02.   I experienced more significant performance overhead in 2D graphic operations when I used 100HZ frequency instead of
1000HZ than any other applications such as heavy network IO or disk IO workload. Could someone have an idea on that?

 

 

Thank you!

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Timer Frequency Problem, jowkju <=