diff options
author | Stefan Raspl <raspl@linux.vnet.ibm.com> | 2017-06-07 22:08:39 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-06-08 19:20:21 +0300 |
commit | 64eefad2cdbf2d7c76e24d0b67e19efdbe1c97a9 (patch) | |
tree | 73838d741dae63cbdadca39aa2ce5128fd220e4f /tools/kvm/kvm_stat/kvm_stat.txt | |
parent | 1fdea7b2893045e5258a13937c3d78c425fd7aa0 (diff) | |
download | linux-64eefad2cdbf2d7c76e24d0b67e19efdbe1c97a9.tar.xz |
tools/kvm_stat: add new interactive command 's'
Add new command 's' to modify the update interval. Limited to a maximum of
25.5 sec and a minimum of 0.1 sec, since curses cannot handle longer
and shorter delays respectively.
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 2bad6f22183b..cc019b09e0f5 100644 --- a/tools/kvm/kvm_stat/kvm_stat.txt +++ b/tools/kvm/kvm_stat/kvm_stat.txt @@ -43,6 +43,8 @@ INTERACTIVE COMMANDS *r*:: reset stats +*s*:: set update interval + *x*:: toggle reporting of stats for child trace events Press any other key to refresh statistics immediately. |