All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/17] tools/kvm_stat: Misc Patches
@ 2017-02-20 15:41 Stefan Raspl
  2017-02-20 15:41 ` [PATCH 01/17] tools/kvm_stat: hide cursor Stefan Raspl
                   ` (18 more replies)
  0 siblings, 19 replies; 35+ messages in thread
From: Stefan Raspl @ 2017-02-20 15:41 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, rkrcmar, frankja

Assortment of various fixes and improvements for the kvm_stat utility.
Patches 1-5 are bugfixes.
Patch 6 provides full PEP8 compliance by inserting the required empty
lines. It is included as an extra for easy disposal, since that kind of
patch might be a bit controversial.
There are some subtle aspects regarding patch 7, as its effects might
differ per platform. However, I didn't notice any negative effects, only
improvements.
Patch 8 is a simple doc update.
Patches 9-13 provide usability improvements.
Patches 14-17 add new features.

Signed-off-by: Stefan Raspl <raspl@linux.vnet.ibm.com>

---

Stefan Raspl (17):
  tools/kvm_stat: hide cursor
  tools/kvm_stat: catch curses exceptions only
  tools/kvm_stat: handle SIGINT in log and batch modes
  tools/kvm_stat: fix misc glitches
  tools/kvm_stat: fix trace setup glitch on field updates in
    TracepointProvider
  tools/kvm_stat: full PEP8 compliance
  tools/kvm_stat: reduce perceived idle time on filter updates
  tools/kvm_stat: document list of interactive commands
  tools/kvm_stat: display guest name when using pid filter
  tools/kvm_stat: remove pid filter on empty input
  tools/kvm_stat: print error messages on faulty pid filter input
  tools/kvm_stat: display regex when set to non-default
  tools/kvm_stat: remove regex filter on empty input
  tools/kvm_stat: add option '--guest'
  tools/kvm_stat: add interactive command 'c'
  tools/kvm_stat: add interactive command 'r'
  tools/kvm_stat: add '%Total' column

 tools/kvm/kvm_stat/kvm_stat     | 383 +++++++++++++++++++++++++++++++++-------
 tools/kvm/kvm_stat/kvm_stat.txt |  26 +++
 2 files changed, 343 insertions(+), 66 deletions(-)

^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2017-03-10 12:32 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-20 15:41 [PATCH 00/17] tools/kvm_stat: Misc Patches Stefan Raspl
2017-02-20 15:41 ` [PATCH 01/17] tools/kvm_stat: hide cursor Stefan Raspl
2017-02-20 15:41 ` [PATCH 02/17] tools/kvm_stat: catch curses exceptions only Stefan Raspl
2017-02-20 15:41 ` [PATCH 03/17] tools/kvm_stat: handle SIGINT in log and batch modes Stefan Raspl
2017-02-20 15:41 ` [PATCH 04/17] tools/kvm_stat: fix misc glitches Stefan Raspl
2017-03-09 16:51   ` Paolo Bonzini
2017-03-10  6:04     ` Stefan Raspl
2017-03-10  8:14       ` Paolo Bonzini
2017-03-10  8:33         ` Stefan Raspl
2017-03-10  8:38           ` Paolo Bonzini
2017-03-10  9:42             ` Stefan Raspl
2017-03-10 10:05               ` Paolo Bonzini
2017-02-20 15:41 ` [PATCH 05/17] tools/kvm_stat: fix trace setup glitch on field updates in TracepointProvider Stefan Raspl
2017-02-20 15:42 ` [PATCH 06/17] tools/kvm_stat: full PEP8 compliance Stefan Raspl
2017-02-20 15:42 ` [PATCH 07/17] tools/kvm_stat: reduce perceived idle time on filter updates Stefan Raspl
2017-03-09 16:54   ` Paolo Bonzini
2017-02-20 15:42 ` [PATCH 08/17] tools/kvm_stat: document list of interactive commands Stefan Raspl
2017-02-20 15:42 ` [PATCH 09/17] tools/kvm_stat: display guest name when using pid filter Stefan Raspl
2017-03-09 16:54   ` Paolo Bonzini
2017-03-10  6:08     ` Stefan Raspl
2017-02-20 15:42 ` [PATCH 10/17] tools/kvm_stat: remove pid filter on empty input Stefan Raspl
2017-02-20 15:42 ` [PATCH 11/17] tools/kvm_stat: print error messages on faulty pid filter input Stefan Raspl
2017-02-20 15:42 ` [PATCH 12/17] tools/kvm_stat: display regex when set to non-default Stefan Raspl
2017-02-20 15:42 ` [PATCH 13/17] tools/kvm_stat: remove regex filter on empty input Stefan Raspl
2017-02-20 15:42 ` [PATCH 14/17] tools/kvm_stat: add option '--guest' Stefan Raspl
2017-03-10 11:52   ` Janosch Frank
2017-02-20 15:42 ` [PATCH 15/17] tools/kvm_stat: add interactive command 'c' Stefan Raspl
2017-02-20 15:42 ` [PATCH 16/17] tools/kvm_stat: add interactive command 'r' Stefan Raspl
2017-03-10 11:37   ` Janosch Frank
2017-03-10 12:32     ` Stefan Raspl
2017-02-20 15:42 ` [PATCH 17/17] tools/kvm_stat: add '%Total' column Stefan Raspl
2017-03-06  8:08 ` [PATCH 00/17] tools/kvm_stat: Misc Patches Stefan Raspl
2017-03-06 16:05   ` Paolo Bonzini
2017-03-09 17:00 ` Paolo Bonzini
2017-03-10  6:13   ` Stefan Raspl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.