]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: kvm: clarify histogram units
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 14 Jul 2022 11:29:57 +0000 (07:29 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 14 Jul 2022 12:02:09 +0000 (08:02 -0400)
commitd6ccb9e4a9d6e7c45046b34d87ed42730793d525
tree3a4cdce448803986e9bb27b8a88e864907319bfa
parentb9b6f8b52cf9c2f773a74e2d5bf2056ce399a7a9
Documentation: kvm: clarify histogram units

In the case of histogram statistics, the values are always sample
counts; the unit instead applies to the bucket range.  For example,
halt_poll_success_hist is a nanosecond statistic because the buckets are
for 0ns, 1ns, 2-3ns, 4-7ns etc.  There isn't really any other sensible
interpretation, but clarify this anyway in the Documentation.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virt/kvm/api.rst