2016-05-24 11:41:15 +03:00
kvm_stat(1)
===========
NAME
----
kvm_stat - Report KVM kernel module event counters
SYNOPSIS
--------
[verse]
'kvm_stat' [OPTION]...
DESCRIPTION
-----------
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
output.
2017-03-10 15:40:07 +03:00
While running in regular mode, use any of the keys listed in section
'Interactive Commands' below.
Use batch and logging modes for scripting purposes.
2016-05-24 11:41:15 +03:00
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
meaning of events.
2017-03-10 15:40:07 +03:00
INTERACTIVE COMMANDS
--------------------
[horizontal]
2017-06-25 22:34:16 +03:00
*b*:: toggle events by guests (debugfs only, honors filters)
2017-03-10 15:40:14 +03:00
*c*:: clear filter
2017-03-10 15:40:07 +03:00
*f*:: filter by regular expression
2017-03-10 15:40:13 +03:00
*g*:: filter by guest name
2017-06-07 22:08:38 +03:00
*h*:: display interactive commands reference
2017-06-07 22:08:41 +03:00
*o*:: toggle sorting order (Total vs CurAvg/s)
2017-03-10 15:40:07 +03:00
*p*:: filter by PID
*q*:: quit
2017-03-10 15:40:15 +03:00
*r*:: reset stats
2017-06-07 22:08:39 +03:00
*s*:: set update interval
2017-03-10 15:40:07 +03:00
*x*:: toggle reporting of stats for child trace events
2017-12-11 14:25:23 +03:00
:: *Note*: The stats for the parents summarize the respective child trace
events
2017-03-10 15:40:07 +03:00
Press any other key to refresh statistics immediately.
2016-05-24 11:41:15 +03:00
OPTIONS
-------
-1::
--once::
--batch::
run in batch mode for one second
-l::
--log::
run in logging mode (like vmstat)
-t::
--tracepoints::
retrieve statistics from tracepoints
-d::
--debugfs::
retrieve statistics from debugfs
2017-06-25 22:34:15 +03:00
-i::
--debugfs-include-past::
include all available data on past events for debugfs
2016-05-18 14:26:24 +03:00
-p<pid>::
--pid=<pid>::
limit statistics to one virtual machine (pid)
2017-03-10 15:40:13 +03:00
-g<guest>::
--guest=<guest_name>::
limit statistics to one virtual machine (guest name)
2016-05-24 11:41:15 +03:00
-f<fields>::
--fields=<fields>::
2017-12-11 14:25:24 +03:00
fields to display (regex), "-f help" for a list of available events
2016-05-24 11:41:15 +03:00
-h::
--help::
show help message
SEE ALSO
--------
'perf'(1), 'trace-cmd'(1)
AUTHOR
------
Stefan Hajnoczi <stefanha@redhat.com>