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] NEW xmstat xen performance tool

To: "Xen-devel@xxxxxxxxxxxxxxxxxxx" <Xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] NEW xmstat xen performance tool
From: Mukesh Rathor <mukesh.rathor@xxxxxxxxxx>
Date: Wed, 25 Aug 2010 19:11:36 -0700
Cc:
Delivery-date: Wed, 25 Aug 2010 19:13:39 -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>
Organization: Oracle Corporation
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,

Here's a first attempt at writing a perf tool that gives per cpu
information. Please let me know if there's any general interest. Make
sure to cc me. 

Attaching unofficial patch and screenshot. One good thing is it creates
an infrastructure to add more perf tools easily (just add to union).


cpu usg intrps pflts hypercls evntc  hyp Guests ------------------>
  0  93    199   330    32698   492    2   1:000:19   1:001:46   2:001:4   
2:002:22

Says that : cpu 0 was 93% utilized. There were 199 interrupts on this
cpu, 330 page faults, 32698 hcalls, 492 event channels. The hyp used 2%
of the cpu. Guest domid 1 had vcpu 0 use 19% of cpu, and vcpu 1 use
46%. Domid 2 had vcpu 1 use 4% and vcpu 2 use 22%

Hope you guys like it.

thanks,
Mukesh

Attachment: xmstat
Description: Binary data

Attachment: xmstat.diff
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] NEW xmstat xen performance tool, Mukesh Rathor <=