linux/tools/kvm/kvm_stat
Stefan Raspl 184b2d23b0 tools/kvm_stat: reduce perceived idle time on filter updates
Whenever a user adds a filter, we
* redraw the header immediately for a snappy response
* print a message indicating to the user that we're busy while the
  noticeable delay induced by updating all of the stats objects takes place
* update the statistics ASAP (i.e. after 0.25s instead of 3s) to be
  consistent with behavior on startup
To do so, we split the Tui's refresh() method to allow for drawing header
and stats separately, and trigger a header refresh whenever we are about
to do something that takes a while - like updating filters.

Signed-off-by: Stefan Raspl <raspl@linux.vnet.ibm.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
2017-03-29 12:01:27 +02:00
..
kvm_stat tools/kvm_stat: reduce perceived idle time on filter updates 2017-03-29 12:01:27 +02:00
kvm_stat.txt tools: kvm_stat: Introduce pid monitoring 2016-05-25 16:12:06 +02:00
Makefile tools: Add kvm_stat man page 2016-05-25 16:12:03 +02:00