drm/i915: Don't allow HDCP on PORT E/F
[linux/fpc-iii.git] / tools / kvm / kvm_stat / kvm_stat.txt
blobe5cf836be8a1848bb82f39cfa3c7c75dcc67b4fa
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
38 *g*::   filter by guest name
40 *h*::   display interactive commands reference
42 *o*::   toggle sorting order (Total vs CurAvg/s)
44 *p*::   filter by PID
46 *q*::   quit
48 *r*::   reset stats
50 *s*::   set update interval
52 *x*::   toggle reporting of stats for child trace events
54 Press any other key to refresh statistics immediately.
56 OPTIONS
57 -------
58 -1::
59 --once::
60 --batch::
61         run in batch mode for one second
63 -l::
64 --log::
65         run in logging mode (like vmstat)
67 -t::
68 --tracepoints::
69         retrieve statistics from tracepoints
71 -d::
72 --debugfs::
73         retrieve statistics from debugfs
75 -i::
76 --debugfs-include-past::
77         include all available data on past events for debugfs
79 -p<pid>::
80 --pid=<pid>::
81         limit statistics to one virtual machine (pid)
83 -g<guest>::
84 --guest=<guest_name>::
85         limit statistics to one virtual machine (guest name)
87 -f<fields>::
88 --fields=<fields>::
89         fields to display (regex)
91 -h::
92 --help::
93         show help message
95 SEE ALSO
96 --------
97 'perf'(1), 'trace-cmd'(1)
99 AUTHOR
100 ------
101 Stefan Hajnoczi <stefanha@redhat.com>