| kvm_stat - Report KVM kernel module event counters |
| kvm_stat prints counts of KVM kernel module trace events. These events signify |
| state transitions such as guest mode entry and exit. |
| This tool is useful for observing guest behavior from the host perspective. |
| Often conclusions about performance or buggy behavior can be drawn from the |
| The set of KVM kernel module trace events may be specific to the kernel version |
| or architecture. It is best to check the KVM kernel module source code for the |
| run in batch mode for one second |
| run in logging mode (like vmstat) |
| retrieve statistics from tracepoints |
| retrieve statistics from debugfs |
| limit statistics to one virtual machine (pid) |
| fields to display (regex) |
| 'perf'(1), 'trace-cmd'(1) |
| Stefan Hajnoczi <stefanha@redhat.com> |