From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: xenalyze (was: Re: Xen 4.3 development update) Date: Thu, 4 Apr 2013 14:19:30 +0200 Message-ID: <515D6FD2.4010800@amazon.de> References: <515B186F02000078000CA1A7@nat28.tlf.novell.com> <20130402163440.GB17022@ocelot.phlegethon.org> <515B101A.7050501@amd.com> <515BEA42.7030005@amazon.de> <515C091C.5020107@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <515C091C.5020107@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: George Dunlap Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org 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. Christoph