mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
virsh: Rework the perf event names into a table.
Should be easier to read
This commit is contained in:
parent
29b2f253af
commit
6a0e41519c
@ -2225,16 +2225,21 @@ from different sources can be supported by perf.
|
|||||||
Currently only QEMU/KVM supports this command. The I<--enable> and I<--disable>
|
Currently only QEMU/KVM supports this command. The I<--enable> and I<--disable>
|
||||||
option combined with B<eventSpec> can be used to enabled or disable specific
|
option combined with B<eventSpec> can be used to enabled or disable specific
|
||||||
performance event. B<eventSpec> is a string list of one or more events
|
performance event. B<eventSpec> is a string list of one or more events
|
||||||
separated by commas. Valid event names are "cmt", "mbmt", "mbml".
|
separated by commas. Valid event names are as follows:
|
||||||
CMT is a PQos (Platform Qos) feature to monitor the usage of cache by
|
|
||||||
applications running on the platform.
|
|
||||||
MBM (Memory Bandwidth Monitoring) provides a way to monitor the Total
|
|
||||||
system memory bandwidth between one level of cache and another (mbmt)
|
|
||||||
and the amount of data (bytes/s) sent through the memory controller on
|
|
||||||
the socket (mbml).
|
|
||||||
|
|
||||||
The statistics can be retrieved using the B<domstats> command using the
|
B<Valid perf event names>
|
||||||
I<--perf> flag.
|
cmt - A PQos (Platform Qos) feature to monitor the
|
||||||
|
usage of cache by applications running on the
|
||||||
|
platform.
|
||||||
|
mbmt - Provides a way to monitor the total system
|
||||||
|
memory bandwidth between one level of cache
|
||||||
|
and another.
|
||||||
|
mbml - Provides a way to limit the amount of data
|
||||||
|
(bytes/s) send through the memory controller
|
||||||
|
on the socket.
|
||||||
|
|
||||||
|
B<Note>: The statistics can be retrieved using the B<domstats> command using
|
||||||
|
the I<--perf> flag.
|
||||||
|
|
||||||
If I<--live> is specified, affect a running guest.
|
If I<--live> is specified, affect a running guest.
|
||||||
If I<--config> is specified, affect the next boot of a persistent guest.
|
If I<--config> is specified, affect the next boot of a persistent guest.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user