From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Performance difference between Xen versions Date: Mon, 02 May 2011 07:41:06 +0100 Message-ID: References: <4DBE41C9.1010409@ts.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4DBE41C9.1010409@ts.fujitsu.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Juergen Gross , Jan Beulich Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 02/05/2011 06:31, "Juergen Gross" wrote: >>> Is there any easy explanation for this? Both Xen versions are from SLES >>> (SLES11 or SLES11 SP1). >> I think cpufreq handling was off by default in 3.3, and is on by >> default on 4.0. Try turning this off, or using the performance >> governor. > Jan, you got it! With cpufreq=none Xen 4.0 has more or less the same numbers > as 3.3. Now I wonder why the default is so much slower. I looks as if the > hypervisor would run at a lower speed. I can't believe it should behave like > that! It runs at lower frequency unless your test offers sufficient load over a long enough time period. Short microbenchmarks are probably finished before the frequency governor can react. -- Keir