[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH V4 3/5] block: Enable the new throttling code in
From: |
Benoît Canet |
Subject: |
Re: [Qemu-devel] [PATCH V4 3/5] block: Enable the new throttling code in the block layer. |
Date: |
Thu, 8 Aug 2013 17:56:41 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
> Also, it would be better to have a workaround for this. Perhaps we
> could simply make the default value of max nonzero? In the old
> throttling code the slice time is 0.1s, so perhaps we could see what
> happens with max=0.1*avg.
This gives correct results with cfg with some little auto compensated
oscillations.
I will definitelly drop the bogus comment.
Best regards
Benoît
- [Qemu-devel] [PATCH V4 0/5] Continuous Leaky Bucket Throttling, Benoît Canet, 2013/08/08
- [Qemu-devel] [PATCH V4 1/5] throttle: Add a new t hrottling API implementing continuous leaky bucket., Benoît Canet, 2013/08/08
- [Qemu-devel] [PATCH V4 2/5] throttle: Add units t ests, Benoît Canet, 2013/08/08
- [Qemu-devel] [PATCH V4 3/5] block: Enable the new throttling code in the block layer., Benoît Canet, 2013/08/08
- [Qemu-devel] [PATCH V4 4/5] block: Add support fo r throttling burst max in QMP and the command line., Benoît Canet, 2013/08/08
- [Qemu-devel] [PATCH V4 5/5] block: Add iops_sec tor_count to do the iops accounting for a given io siz e., Benoît Canet, 2013/08/08
- Re: [Qemu-devel] [PATCH V4 0/5] Continuous Leaky Bucket Throttling*, Benoît Canet, 2013/08/09