Linux 5.7.7
[linux/fpc-iii.git] / tools / kvm / kvm_stat / kvm_stat.txt
bloba97ded2aedadf23d9c2a45c91b8ea50be84a27e3
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.
21 While running in regular mode, use any of the keys listed in section
22 'Interactive Commands' below.
23 Use batch and logging modes for scripting purposes.
25 The set of KVM kernel module trace events may be specific to the kernel version
26 or architecture.  It is best to check the KVM kernel module source code for the
27 meaning of events.
29 INTERACTIVE COMMANDS
30 --------------------
31 [horizontal]
32 *b*::   toggle events by guests (debugfs only, honors filters)
34 *c*::   clear filter
36 *f*::   filter by regular expression
37  ::     *Note*: Child events pull in their parents, and parents' stats summarize
38                 all child events, not just the filtered ones
40 *g*::   filter by guest name/PID
42 *h*::   display interactive commands reference
44 *o*::   toggle sorting order (Total vs CurAvg/s)
46 *p*::   filter by guest name/PID
48 *q*::   quit
50 *r*::   reset stats
52 *s*::   set delay between refreshs
54 *x*::   toggle reporting of stats for child trace events
55  ::     *Note*: The stats for the parents summarize the respective child trace
56                 events
58 Press any other key to refresh statistics immediately.
60 OPTIONS
61 -------
62 -1::
63 --once::
64 --batch::
65         run in batch mode for one second
67 -c::
68 --csv=<file>::
69         log in csv format - requires option -l/--log
71 -d::
72 --debugfs::
73         retrieve statistics from debugfs
75 -f<fields>::
76 --fields=<fields>::
77         fields to display (regex), "-f help" for a list of available events
79 -g<guest>::
80 --guest=<guest_name>::
81         limit statistics to one virtual machine (guest name)
83 -h::
84 --help::
85         show help message
87 -i::
88 --debugfs-include-past::
89         include all available data on past events for debugfs
91 -l::
92 --log::
93         run in logging mode (like vmstat)
95 -p<pid>::
96 --pid=<pid>::
97         limit statistics to one virtual machine (pid)
99 -s::
100 --set-delay::
101         set delay between refreshs (value range: 0.1-25.5 secs)
103 -t::
104 --tracepoints::
105         retrieve statistics from tracepoints
107 SEE ALSO
108 --------
109 'perf'(1), 'trace-cmd'(1)
111 AUTHOR
112 ------
113 Stefan Hajnoczi <stefanha@redhat.com>