]> git.baikalelectronics.ru Git - kernel.git/commit
tools: Add kvm_stat vm monitor script
authorJanosch Frank <frankja@linux.vnet.ibm.com>
Wed, 18 May 2016 11:26:21 +0000 (13:26 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 25 May 2016 14:12:03 +0000 (16:12 +0200)
commitaeb14d27c9683d37c28a4ff7b805f085eb9b3702
tree91af2147067819e40930cfdfb7d29a9bfbca4933
parent674403f357a253b2bfc879ea4bda26cea2c98b56
tools: Add kvm_stat vm monitor script

This tool displays kvm vm exit statistics to ease vm monitoring. It
takes its data from the kvm debugfs files or the vm tracepoints and
outputs them as a curses ui or simple text.

It was moved from qemu, as it is dependent on the kernel whereas qemu
works with a large number of kernel versions, some of which may break
the script.

Signed-off-by: Janosch Frank <frankja@linux.vnet.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/Makefile
tools/kvm/kvm_stat/Makefile [new file with mode: 0644]
tools/kvm/kvm_stat/kvm_stat [new file with mode: 0755]