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] Inaccurate CPU utilization of Xentop.

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Inaccurate CPU utilization of Xentop.
From: "Zhang, Xiantao" <xiantao.zhang@xxxxxxxxx>
Date: Thu, 19 Aug 2010 09:17:33 +0800
Accept-language: en-US
Acceptlanguage: en-US
Delivery-date: Wed, 18 Aug 2010 18:21:50 -0700
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acs/PE0VY1+T59ZzT/WWWP8XR81phw==
Thread-topic: Inaccurate CPU utilization of Xentop.
Hi, all 
   Recently, we used Xentop to collect CPU utilization data for perf analysis, 
and found the CPU utilization reported by Xentop is inaccurate, especially when 
run heavy-stress workloads.  After analyzing the code logic of xentop, we 
thought the issue maybe related to Xentop's implementation, and it is hard to 
get the accurate result with current Xentop. In the Xentop, we list the 
possible reasons which lead to the inaccurate issue here: 
 1.  vCPU info of Xentop is not collected by a single hypercall but each 
hypercall is issued for each vCPU, so vCPU utilization is not collected by a 
same timestamp, especially when system is running with heavy workloads.  
 2.  vCPUs of dom0 don't always have the timeslice to service these hypercalls, 
if dom0 is scheduled out, the issue maybe worse. 
 3. Xentop uses gettimeofday to get the timestamp for the calculation, but its 
call point is not near to with the hypercalls, so the timing maybe not accurate 
? 
 Any thoughts ?  
Xiantao
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Inaccurate CPU utilization of Xentop., Zhang, Xiantao <=