3 usage: kvm_stat [OPTION]...
7 @c man begin DESCRIPTION
9 kvm_stat prints counts of KVM kernel module trace events. These events signify
10 state transitions such as guest mode entry and exit.
12 This tool is useful for observing guest behavior from the host perspective.
13 Often conclusions about performance or buggy behavior can be drawn from the
16 The set of KVM kernel module trace events may be specific to the kernel version
17 or architecture. It is best to check the KVM kernel module source code for the
20 Note that trace events are counted globally across all running guests.
26 @item -1, --once, --batch
27 run in batch mode for one second
29 run in logging mode (like vmstat)
30 @item -t, --tracepoints
31 retrieve statistics from tracepoints
33 retrieve statistics from debugfs
34 @item -f, --fields=@var{fields}
35 fields to display (regex)
45 @settitle Report KVM kernel module event counters.
48 Stefan Hajnoczi <stefanha@redhat.com>