RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 715019 - (libvirt) Report disk latency (read and write) for each storage device
Summary: (libvirt) Report disk latency (read and write) for each storage device
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libvirt
Version: 6.2
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: rc
: ---
Assignee: Osier Yang
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 715017
Blocks: 740918 747667 756082 773650 773651 773677 773696
TreeView+ depends on / blocked
 
Reported: 2011-06-21 16:03 UTC by Andrew Cathrow
Modified: 2014-09-07 22:54 UTC (History)
20 users (show)

Fixed In Version: libvirt-0.9.9-1.el6
Doc Type: Bug Fix
Doc Text:
Cause: Management system wants to known the disk latency via libvirt. Consequense: None Fix: New API is introduced to allow the management system to query the disk lantency via libvirt. Result: Management system could get the latencies of each disk devices via the new API.
Clone Of:
: 740918 (view as bug list)
Environment:
Last Closed: 2012-06-20 06:28:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2012:0748 0 normal SHIPPED_LIVE Low: libvirt security, bug fix, and enhancement update 2012-06-19 19:31:38 UTC

Description Andrew Cathrow 2011-06-21 16:03:21 UTC
Measure disk latency (read and write) measured in ms for each virtual storage device in QEMU.
Expose through virDomainBlockStats API and domblkstat virsh command.


 Use case:

 Allow a management system to poll QEMU via libvirt to record the
 read
 and write disk latency.
 This management system could use this information to report on
 potential bottlenecks or I/O issues experienced by virtual
 machines.

 Later this information would be used by Red Hat tools as part of an
 "SLA" management application to set thresholds and guaranteed
 resources for virtual machines.

Comment 9 Eric Blake 2011-08-17 14:49:47 UTC
https://www.redhat.com/archives/libvir-list/2011-August/msg00496.html was a first cut at adding new fields, but it was not done correctly to avoid an API break.  I'll reply to that with how to properly extend information available to virDomainBlockStats.  Now the question is which fields to expose in a v2 of the struct.

Comment 21 Igor Lvovsky 2011-09-05 15:07:15 UTC
so, if everybody agree with virDomainQemuMonitorCommand for RHEL6.2 let's do it.

Add blocks for bug 720385

Comment 22 Osier Yang 2011-09-07 04:08:20 UTC
patches that introduces new API are in upstream. 

http://www.redhat.com/archives/libvir-list/2011-September/msg00276.html

Working on exposing the virDomainQemuMonitorCommand API to Python binding for RHEV use.

Comment 23 Osier Yang 2011-09-07 12:44:58 UTC
The initial thought is create a independant libvirt-qemu.py, and also libvirtmod-qemu.so, as the API is not support officially, working is still on process.

Comment 24 Osier Yang 2011-09-09 12:14:52 UTC
patchset v1 are posted to upstream.

https://www.redhat.com/archives/libvir-list/2011-September/msg00425.html

Comment 28 Dave Allan 2011-09-23 19:28:49 UTC
Hi Dan, 736040 tracks that; it's in VERIFIED, so you can try using the 0.9.4-12 build to make sure it works for you (it hasn't passed full QE yet).

Comment 30 Dave Allan 2011-11-10 20:11:29 UTC
Osier, can you provide the upstream commit details?

Comment 31 Osier Yang 2011-11-11 03:51:20 UTC
Patches are committed to upstream. They are available since "0.9.5: Sep 20 2011"

commit ffe28ab74b821c916ec4ba8efb5c992454e4bd24
Author: Osier Yang <jyang>
Date:   Mon Sep 5 16:24:51 2011 +0800

    latency: Update virsh command domblkstat to use new API
    
    The modified function fallbacks to use virDomainBlockStats if
    virDomainBlockStatsFlags is not supported by the hypervisor driver.
    If the new API is supported, it will be invoked instead of the
    old API.

commit f4c331a7444f46b12c9d12c3a3790dc4a28833b4
Author: Osier Yang <jyang>
Date:   Mon Sep 5 16:24:21 2011 +0800

    latency: Expose the new API for Python binding

commit ee0d8c3b5ca51c9525f926ee309beb2cbb721446
Author: Osier Yang <jyang>
Date:   Mon Sep 5 16:22:58 2011 +0800

    latency: Implemente internal API for qemu driver

commit 2f58ba89960fa7d63a3cae0c4580990b63137736
Author: Osier Yang <jyang>
Date:   Mon Sep 5 16:22:17 2011 +0800

    latency: Update monitor functions for new latency fields
    
    The mainly changes are:

    1) Update qemuMonitorGetBlockStatsInfo and it's children (Text/JSON)
       functions to return the value of new latency fields.
    2) Add new function qemuMonitorGetBlockStatsParamsNumber, which is
       to count how many parameters the underlying QEMU supports.
    3) Update virDomainBlockStats in src/qemu/qemu_driver.c to be
       compatible with the changes by 1).

commit efa7fc9f7507a5cdb9ce66078d25c0ef2906ad1d
Author: Osier Yang <jyang>
Date:   Mon Sep 5 16:20:03 2011 +0800

    latency: Wire up the remote protocol

commit 1f80c3eb86b6a2b319d57063221e80a93b578e7c
Author: Osier Yang <jyang>
Date:   Mon Sep 5 16:16:03 2011 +0800

    latency: Implemente the public API

commit 1c622a3d534f292aa7b0be7a393e31e76c37277f
Author: Osier Yang <jyang>
Date:   Mon Sep 5 16:15:14 2011 +0800

    latency: Define the internal driver callback

commit c843478ec805602c2236b58a3d8008fefbe4732d
Author: Osier Yang <jyang>
Date:   Mon Sep 5 16:14:29 2011 +0800

    latency: Define new public API and structure

Comment 33 Alex Jia 2012-01-11 08:53:43 UTC
The issue has been fixed on libvirt-0.9.9-1.el6.x86_64.

# virsh domblklist vr-rhel5u8-x86_64-kvm
Target     Source
------------------------------------------------
hda        /var/lib/libvirt/images/vr-rhel5u8-x86_64-kvm

# virsh domblkstat vr-rhel5u8-x86_64-kvm hda --human
Device: hda
 number of read operations:      5964
 number of bytes read:           29983744
 number of write operations:     10249
 number of bytes written:        1008155648
 number of flush operations:     366

# virsh domblkstat vr-rhel5u8-x86_64-kvm hda --human
Device: hda
 number of read operations:      5965
 number of bytes read:           29987840
 number of write operations:     10310
 number of bytes written:        1011235840
 number of flush operations:     366

Comment 34 Osier Yang 2012-05-04 10:02:50 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
Cause: Management system wants to known the disk latency via libvirt.
Consequense: None
Fix: New API is introduced to allow the management system to query the disk lantency via libvirt.
Result: Management system could get the latencies of each disk devices via the new API.

Comment 36 errata-xmlrpc 2012-06-20 06:28:58 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHSA-2012-0748.html


Note You need to log in before you can comment on or make changes to this bug.