Re: [Qemu-devel] [PATCH 00/13] throttle: Allow I/O bursts for a user-defined period of time

2016-02-12 Thread Alberto Garcia
On Fri 12 Feb 2016 06:19:06 PM CET, Kevin Wolf wrote: > Anyway, the cover letter makes sense to me. And thanks for this great > writeup! Can we turn it into documentation? Throttling seems to be quite > underdocumented, and your explanation above let me understand for the > first time what these *

Re: [Qemu-devel] [PATCH 00/13] throttle: Allow I/O bursts for a user-defined period of time

2016-02-12 Thread Kevin Wolf
Am 05.02.2016 um 11:59 hat Alberto Garcia geschrieben: > Hello everyone, > > the current throttling code in QEMU allows limiting the I/O rate on > block devices. Limits can be set in operations per second (IOPS) or > bytes per second, allowing separate limits for read and write > operations on bot

[Qemu-devel] [PATCH 00/13] throttle: Allow I/O bursts for a user-defined period of time

2016-02-05 Thread Alberto Garcia
Hello everyone, the current throttling code in QEMU allows limiting the I/O rate on block devices. Limits can be set in operations per second (IOPS) or bytes per second, allowing separate limits for read and write operations on both cases. In its basic usage the user can set a limit of, say, 100