]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: List cpuacct in controllers used by QEMU driver
authorPavel Hrdina <phrdina@redhat.com>
Thu, 19 Apr 2018 12:42:43 +0000 (14:42 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 13 Aug 2018 09:53:53 +0000 (11:53 +0200)
The cpuacct controller is used to get cpu stats.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
docs/cgroups.html.in

index e33d07a82b38f704f163ed69a1911244c64d07a3..a498590c45ccf6eb760254e3a38a458e6cd27909 100644 (file)
 
     <p>
       The QEMU driver is capable of using the <code>cpuset</code>,
-      <code>cpu</code>, <code>memory</code>, <code>blkio</code> and
-      <code>devices</code> controllers. None of them are compulsory.
-      If any controller is not mounted, the resource management APIs
-      which use it will cease to operate. It is possible to explicitly
-      turn off use of a controller, even when mounted, via the
-      <code>/etc/libvirt/qemu.conf</code> configuration file.
+      <code>cpu</code>, <code>cpuacct</code>, <code>memory</code>,
+      <code>blkio</code> and <code>devices</code> controllers.
+      None of them are compulsory. If any controller is not mounted,
+      the resource management APIs which use it will cease to operate.
+      It is possible to explicitly turn off use of a controller,
+      even when mounted, via the <code>/etc/libvirt/qemu.conf</code>
+      configuration file.
     </p>
 
     <p>