From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: xenalyze Date: Thu, 4 Apr 2013 13:51:44 +0100 Message-ID: <515D7760.6070805@eu.citrix.com> References: <515B186F02000078000CA1A7@nat28.tlf.novell.com> <20130402163440.GB17022@ocelot.phlegethon.org> <515B101A.7050501@amd.com> <515BEA42.7030005@amazon.de> <515C091C.5020107@eu.citrix.com> <515D6FD2.4010800@amazon.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <515D6FD2.4010800@amazon.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Christoph Egger Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 04/04/2013 01:19 PM, Christoph Egger wrote: > On 03.04.13 12:49, George Dunlap wrote: >> On 03/04/13 09:37, Christoph Egger wrote: >>> On 02.04.13 19:06, Suravee Suthikulpanit wrote: >>>> Is there any tools or good ways to count the number of VMexit in Xen? >>> xentrace -e 0x8f000 > xentrace.out >>> [Hit ^C to abort] >>> xentrace_format formats < xentrace.out > xentrace.dump >>> >>> You need to manually install 'formats' from tools/xentrace/formats >>> to a proper place. >> >> Even better is to use xenalyze "summary" mode: >> >> http://xenbits.xen.org/ext/xenalyze >> >> Build, then run: >> >> xenalyze --svm-mode -s [trace file] > summary > > It does not build for me. argp.h is not portable.\ It's a shame NetBSD (which I think is what you use) hasn't implemented it yet -- it's a lot nicer interface to use. You could always run it in a Debian VM if you were really keen. :-) -George