lkml.org 
[lkml]   [2012]   [Mar]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v5 0/3] KVM: perf: kvm events analysis tool

* Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> wrote:

> The output example is following:
>
> #./perf kvm-events report --event mmio --vcpu 3

So we already have 'perf kvm':

usage: perf kvm [<options>] {top|record|report|diff|buildid-list}

which is a sub-namespace for all things KVM instrumentation
goodies. [ Arguably there should be a 'perf kvm trace' as well,
but I digress. ]

So, your new tool has a similar workflow to:

perf kvm record
perf kvm report

but differs from it in terms of events used and in terms of
reported output.

To me it appears that your tool is basically pretty similar to
'perf stat', adapted to KVM, right?

So, could your new tool's workflow be simplified like this:

perf kvm stat ..

?

To automatically stat all vcpus in the system, the well-known
-a/--all-cpus system-wide method could be used:

perf kvm stat -a ...

with stat output following immediately after it has finished.

It should also be possible to use those new events in a
recording fashion - a new, rather logical command sub-space
could be used for that:

perf kvm stat record ...
perf kvm stat report ...

[ This could be expanded to regular 'perf stat' as well: 'perf
stat record' and 'perf stat report' would be useful - but I
suspect that's outside the scope of your patches. ]

Thanks,

Ingo


\
 
 \ /
  Last update: 2012-03-06 10:11    [W:0.110 / U:0.476 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site