diff options
author | Stefan Raspl <raspl@linux.vnet.ibm.com> | 2017-06-25 21:34:16 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-06-27 16:44:50 +0200 |
commit | 5c1954d25d1b9e857be2a4c77437312075875589 (patch) | |
tree | 86a6968d37b8777378a43e13d5a933ff49115cb2 /tools/kvm/kvm_stat/kvm_stat.txt | |
parent | ab7ef193fab628fc5da6fd4f4672ffd0d1bb53df (diff) | |
download | blackbird-op-linux-5c1954d25d1b9e857be2a4c77437312075875589.tar.gz blackbird-op-linux-5c1954d25d1b9e857be2a4c77437312075875589.zip |
tools/kvm_stat: add new interactive command 'b'
Toggle display total number of events by guest (debugfs only).
When switching to display of events by guest, field filters remain
active. I.e. the number of events per guest reported considers only
events matching the filters. Likewise with pid/guest filtering.
Note that when switching to display of events by guest, DebugfsProvider
remains to collect data for events as it did before, but the read()
method summarizes the values by pid.
Signed-off-by: Stefan Raspl <raspl@linux.vnet.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/kvm/kvm_stat/kvm_stat.txt')
-rw-r--r-- | tools/kvm/kvm_stat/kvm_stat.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/kvm/kvm_stat/kvm_stat.txt b/tools/kvm/kvm_stat/kvm_stat.txt index 851372d263cc..e5cf836be8a1 100644 --- a/tools/kvm/kvm_stat/kvm_stat.txt +++ b/tools/kvm/kvm_stat/kvm_stat.txt @@ -29,6 +29,8 @@ meaning of events. INTERACTIVE COMMANDS -------------------- [horizontal] +*b*:: toggle events by guests (debugfs only, honors filters) + *c*:: clear filter *f*:: filter by regular expression |