kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Improve KVM per VM monitoring
@ 2016-04-06 11:31 Janosch Frank
  2016-04-06 11:31 ` [PATCH 1/5] tools: Add kvm_stat vm monitor script Janosch Frank
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Janosch Frank @ 2016-04-06 11:31 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.

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/kvm/kvm_stat       | 1125 ++++++++++++++++++++++++++++++++++++++++++++++
 virt/kvm/kvm_main.c      |  187 +++++++-
 4 files changed, 1310 insertions(+), 10 deletions(-)
 create mode 100755 tools/kvm/kvm_stat

-- 
2.3.0


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

end of thread, other threads:[~2016-05-17 12:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-06 11:31 [PATCH 0/5] Improve KVM per VM monitoring Janosch Frank
2016-04-06 11:31 ` [PATCH 1/5] tools: Add kvm_stat vm monitor script Janosch Frank
2016-05-17 12:11   ` Paolo Bonzini
2016-04-06 11:31 ` [PATCH 2/5] MAINTAINERS: Add kvm tools Janosch Frank
2016-04-06 11:31 ` [PATCH 3/5] KVM: Create debugfs dir and stat files for each VM Janosch Frank
2016-04-06 11:31 ` [PATCH 4/5] tools: kvm_stat: Introduce pid monitoring Janosch Frank
2016-04-06 11:31 ` [PATCH 5/5] tools: kvm_stat: Add documentation Janosch Frank
2016-05-12  8:34 ` [PATCH 0/5] Improve KVM per VM monitoring Janosch Frank
2016-05-17 12:16   ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).