Re: [kvm-devel] 'info blockstats' to collect block device statistics

2007-12-03 Thread Izik Eidus
Richard W.M. Jones wrote: > I wonder if KVM would be interested in taking my QEMU patch to support > block device statistics. > > This patch collects per-block-device statistics and allows them to be > displayed in the monitor through a 'info blockstats' command. It > generalises the VMDK-only s

[kvm-devel] 'info blockstats' to collect block device statistics

2007-12-03 Thread Richard W.M. Jones
I wonder if KVM would be interested in taking my QEMU patch to support block device statistics. This patch collects per-block-device statistics and allows them to be displayed in the monitor through a 'info blockstats' command. It generalises the VMDK-only support for this which was added to K