mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 12:35:20 +00:00
docs: List cpuacct in controllers used by QEMU driver
The cpuacct controller is used to get cpu stats. Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
dddcb601eb
commit
9c29690478
@ -23,12 +23,13 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
The QEMU driver is capable of using the <code>cpuset</code>,
|
The QEMU driver is capable of using the <code>cpuset</code>,
|
||||||
<code>cpu</code>, <code>memory</code>, <code>blkio</code> and
|
<code>cpu</code>, <code>cpuacct</code>, <code>memory</code>,
|
||||||
<code>devices</code> controllers. None of them are compulsory.
|
<code>blkio</code> and <code>devices</code> controllers.
|
||||||
If any controller is not mounted, the resource management APIs
|
None of them are compulsory. If any controller is not mounted,
|
||||||
which use it will cease to operate. It is possible to explicitly
|
the resource management APIs which use it will cease to operate.
|
||||||
turn off use of a controller, even when mounted, via the
|
It is possible to explicitly turn off use of a controller,
|
||||||
<code>/etc/libvirt/qemu.conf</code> configuration file.
|
even when mounted, via the <code>/etc/libvirt/qemu.conf</code>
|
||||||
|
configuration file.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user