All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] tools/kvm_stat: add logfile support
@ 2020-03-31 20:00 Stefan Raspl
  2020-03-31 20:00 ` [PATCH 1/3] tools/kvm_stat: add command line switch '-z' to skip zero records Stefan Raspl
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Stefan Raspl @ 2020-03-31 20:00 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini

Next attempt to come up with support for logfiles that can be combined
with a solution for rotating logs.
Adding another patch to skip records with all zeros to preserve space.

Stefan Raspl (3):
  tools/kvm_stat: add command line switch '-z' to skip zero records
  tools/kvm_stat: Add command line switch '-L' to log to file
  tools/kvm_stat: add sample systemd unit file

 tools/kvm/kvm_stat/kvm_stat         | 110 ++++++++++++++++++++++++----
 tools/kvm/kvm_stat/kvm_stat.service |  16 ++++
 tools/kvm/kvm_stat/kvm_stat.txt     |   9 +++
 3 files changed, 121 insertions(+), 14 deletions(-)
 create mode 100644 tools/kvm/kvm_stat/kvm_stat.service

-- 
2.17.1


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

end of thread, other threads:[~2020-04-01 13:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-31 20:00 [PATCH 0/3] tools/kvm_stat: add logfile support Stefan Raspl
2020-03-31 20:00 ` [PATCH 1/3] tools/kvm_stat: add command line switch '-z' to skip zero records Stefan Raspl
2020-03-31 21:45   ` Paolo Bonzini
2020-04-01  8:19     ` Stefan Raspl
2020-04-01 13:23       ` Paolo Bonzini
2020-03-31 20:00 ` [PATCH 2/3] tools/kvm_stat: Add command line switch '-L' to log to file Stefan Raspl
2020-03-31 21:02   ` Paolo Bonzini
2020-04-01 12:59     ` Stefan Raspl
2020-04-01 13:24       ` Paolo Bonzini
2020-03-31 20:00 ` [PATCH 3/3] tools/kvm_stat: add sample systemd unit file 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.