public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Improve KVM per VM monitoring
@ 2016-05-18 11:26 Janosch Frank
  2016-05-18 11:26 ` [PATCH v2 1/5] tools: Add kvm_stat vm monitor script Janosch Frank
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Janosch Frank @ 2016-05-18 11:26 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, dan.carpenter, frankja

This patchset introduces KVM per VM exit statistics monitoring via
debugfs, as well as moves a tool to display VM statistics from qemu to
tools/.

The new debugfs per VM statistics are an alternative to the already
available VM tracepoints. They are easier to read and have low
overhead.

The kvm_stat python script is moved to the kernel, as we can make sure
here that the right version of the script is used with the right
kernel version. This is not given for qemu, as it supports a wide
range of linux kernel versions.

v1 -> v2
   * Rebase
   * Added kvm_stat to tools Makefile

Janosch Frank (5):
  tools: Add kvm_stat vm monitor script
  MAINTAINERS: Add kvm tools
  KVM: Create debugfs dir and stat files for each VM
  tools: kvm_stat: Introduce pid monitoring
  tools: kvm_stat: Add documentation

 MAINTAINERS                 |    1 +
 include/linux/kvm_host.h    |    7 +
 tools/Makefile              |    6 +-
 tools/kvm/kvm_stat/Makefile |    5 +
 tools/kvm/kvm_stat/kvm_stat | 1125 +++++++++++++++++++++++++++++++++++++++++++
 virt/kvm/kvm_main.c         |  187 ++++++-
 6 files changed, 1320 insertions(+), 11 deletions(-)
 create mode 100644 tools/kvm/kvm_stat/Makefile
 create mode 100755 tools/kvm/kvm_stat/kvm_stat

-- 
2.3.0


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

end of thread, other threads:[~2016-05-24 10:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18 11:26 [PATCH v2 0/5] Improve KVM per VM monitoring Janosch Frank
2016-05-18 11:26 ` [PATCH v2 1/5] tools: Add kvm_stat vm monitor script Janosch Frank
2016-05-18 11:26 ` [PATCH v2 2/5] MAINTAINERS: Add kvm tools Janosch Frank
2016-05-18 11:26 ` [PATCH v2 3/5] KVM: Create debugfs dir and stat files for each VM Janosch Frank
2016-05-18 11:26 ` [PATCH v2 4/5] tools: kvm_stat: Introduce pid monitoring Janosch Frank
2016-05-18 11:26 ` [PATCH v2 5/5] tools: kvm_stat: Add documentation Janosch Frank
2016-05-23 14:07 ` [PATCH v2 0/5] Improve KVM per VM monitoring Paolo Bonzini
2016-05-24  8:17   ` Janosch Frank
2016-05-24  8:50     ` Paolo Bonzini
2016-05-24  8:57       ` Janosch Frank
2016-05-24 10:09         ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox