| usage: kvm_stat [OPTION]... |
| 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 |
| Note that trace events are counted globally across all running guests. |
| @item -1, --once, --batch |
| run in batch mode for one second |
| run in logging mode (like vmstat) |
| retrieve statistics from tracepoints |
| retrieve statistics from debugfs |
| @item -f, --fields=@var{fields} |
| fields to display (regex) |
| @settitle Report KVM kernel module event counters. |
| Stefan Hajnoczi <stefanha@redhat.com> |