Re: [libvirt] [PATCHv3] Add util virCgroupGetBlkioIo*Serviced methods.

2014-01-23 Thread Gao feng
On 01/20/2014 08:15 PM, Thorsten Behrens wrote: > This reads blkio stats from blkio.throttle.io_service_bytes and > blkio.throttle.io_serviced. > --- > > Note on v3: > - rebased to current master, sadly the >virCgroupSetBlkioDeviceReadBps etc conflicted > > src/libvirt_private.syms | 2 +

[libvirt] [PATCHv3] Add util virCgroupGetBlkioIo*Serviced methods.

2014-01-20 Thread Thorsten Behrens
This reads blkio stats from blkio.throttle.io_service_bytes and blkio.throttle.io_serviced. --- Note on v3: - rebased to current master, sadly the virCgroupSetBlkioDeviceReadBps etc conflicted src/libvirt_private.syms | 2 + src/util/vircgroup.c | 242 ++