]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: add missing iothread stats docs in domstats
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Tue, 21 Jul 2020 08:07:21 +0000 (11:07 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 28 Jul 2020 15:27:21 +0000 (17:27 +0200)
Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/manpages/virsh.rst

index de98512eef8d69b3855ea67002a377927ffd1739..92de0b21928dca0cfdc643a367f5be2a13dfb1dd 100644 (file)
@@ -2374,6 +2374,11 @@ too high will consume too much CPU time per IOThread failing to allow
 other threads running on the CPU to get time. The polling interval is
 not available for statistical purposes.
 
+* ``iothread.count`` - maximum number of IOThreads in the subsequent list
+                       as unsigned int. Each IOThread in the list will
+                       will use it's iothread_id value as the <id>. There
+                       may be fewer <id> entries than the iothread.count
+                       value if the polling values are not supported.
 * ``iothread.<id>.poll-max-ns`` - maximum polling time in nanoseconds used
   by the <id> IOThread. A value of 0 (zero) indicates polling is disabled.
 * ``iothread.<id>.poll-grow`` - polling time grow value. A value of 0 (zero)