[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH V6 4/5] block: Add support for throttling burst
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH V6 4/5] block: Add support for throttling burst max in QMP and the command line. |
Date: |
Wed, 28 Aug 2013 16:24:20 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Aug 26, 2013 at 04:42:51PM +0200, Benoît Canet wrote:
> @@ -1404,10 +1404,16 @@ Arguments:
> - "device": device name (json-string)
> - "bps": total throughput limit in bytes per second(json-int)
> - "bps_rd": read throughput limit in bytes per second(json-int)
> -- "bps_wr": read throughput limit in bytes per second(json-int)
> +- "bps_wr": write throughput limit in bytes per second(json-int)
> - "iops": total I/O operations per second(json-int)
> - "iops_rd": read I/O operations per second(json-int)
> - "iops_wr": write I/O operations per second(json-int)
> +- "bps_max": total max in bytes(json-int)
> +- "bps_rd_max": read max in bytes(json-int)
> +- "bps_wr_max": write max in bytes(json-int)
> +- "iops_max": total I/O operations max(json-int)
> +- "iops_rd_max": read I/O operations max(json-int)
> +- "iops_wr_max": write I/O operations max(json-int)
Space before (json-int). Also we might want to document in which QEMU
version the *_max fields were added.
Stefan
- [Qemu-devel] [PATCH V6 0/5] Continuous Leaky Bucket Throttling, Benoît Canet, 2013/08/26
- [Qemu-devel] [PATCH V6 1/5] throttle: Add a new t hrottling API implementing continuous leaky bucket., Benoît Canet, 2013/08/26
- [Qemu-devel] [PATCH V6 2/5] throttle: Add units t ests, Benoît Canet, 2013/08/26
- [Qemu-devel] [PATCH V6 3/5] block: Enable the new throttling code in the block layer., Benoît Canet, 2013/08/26
- [Qemu-devel] [PATCH V6 4/5] block: Add support fo r throttling burst max in QMP and the command line., Benoît Canet, 2013/08/26
- Re: [Qemu-devel] [PATCH V6 4/5] block: Add support for throttling burst max in QMP and the command line.,
Stefan Hajnoczi <=
- [Qemu-devel] [PATCH V6 5/5] block: Add iops_siz e to do the iops accounting for a given io size., Benoît Canet, 2013/08/26