sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / tools / kvm / kvm_stat / kvm_stat.txt
blobb92a153d7115c00bfbcf20b54858f2a1d79477d0
1 kvm_stat(1)
2 ===========
4 NAME
5 ----
6 kvm_stat - Report KVM kernel module event counters
8 SYNOPSIS
9 --------
10 [verse]
11 'kvm_stat' [OPTION]...
13 DESCRIPTION
14 -----------
15 kvm_stat prints counts of KVM kernel module trace events.  These events signify
16 state transitions such as guest mode entry and exit.
18 This tool is useful for observing guest behavior from the host perspective.
19 Often conclusions about performance or buggy behavior can be drawn from the
20 output.
22 The set of KVM kernel module trace events may be specific to the kernel version
23 or architecture.  It is best to check the KVM kernel module source code for the
24 meaning of events.
26 OPTIONS
27 -------
28 -1::
29 --once::
30 --batch::
31         run in batch mode for one second
33 -l::
34 --log::
35         run in logging mode (like vmstat)
37 -t::
38 --tracepoints::
39         retrieve statistics from tracepoints
41 -d::
42 --debugfs::
43         retrieve statistics from debugfs
45 -p<pid>::
46 --pid=<pid>::
47         limit statistics to one virtual machine (pid)
49 -f<fields>::
50 --fields=<fields>::
51         fields to display (regex)
53 -h::
54 --help::
55         show help message
57 SEE ALSO
58 --------
59 'perf'(1), 'trace-cmd'(1)
61 AUTHOR
62 ------
63 Stefan Hajnoczi <stefanha@redhat.com>