qemu-devel
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]