diff options
author | Stefan Raspl <raspl@linux.vnet.ibm.com> | 2017-06-07 22:08:41 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-06-08 19:24:48 +0300 |
commit | 6667ae8f395099257afca0963838d2dc50a18da7 (patch) | |
tree | b33895955d096cbd3000b6a0731ebc4e9a8cb762 /tools/kvm/kvm_stat/kvm_stat.txt | |
parent | 64eefad2cdbf2d7c76e24d0b67e19efdbe1c97a9 (diff) | |
download | linux-6667ae8f395099257afca0963838d2dc50a18da7.tar.xz |
tools/kvm_stat: add new interactive command 'o'
Add new interactive command 'o' to toggle sorting by 'CurAvg/s' (default)
and 'Total' columns.
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 cc019b09e0f5..e24ac464d341 100644 --- a/tools/kvm/kvm_stat/kvm_stat.txt +++ b/tools/kvm/kvm_stat/kvm_stat.txt @@ -37,6 +37,8 @@ INTERACTIVE COMMANDS *h*:: display interactive commands reference +*o*:: toggle sorting order (Total vs CurAvg/s) + *p*:: filter by PID *q*:: quit |