qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 6/6] introduce simple linear scan rate limiting mechanism


From: Andrey Gruzdev
Subject: Re: [PATCH v4 6/6] introduce simple linear scan rate limiting mechanism
Date: Mon, 30 Nov 2020 22:30:03 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0

On 30.11.2020 19:40, Peter Xu wrote:
On Mon, Nov 30, 2020 at 11:11:00AM +0300, Andrey Gruzdev wrote:
On 28.11.2020 01:28, Peter Xu wrote:
On Thu, Nov 26, 2020 at 06:17:34PM +0300, Andrey Gruzdev wrote:
Since reading UFFD events and saving paged data are performed
from the same thread, write fault latencies are sensitive to
migration stream stalls. Limiting total page saving rate is a
method to reduce amount of noticiable fault resolution latencies.

Migration bandwidth limiting is achieved via noticing cases of
out-of-threshold write fault latencies and temporarily disabling
(strictly speaking, severely throttling) saving non-faulting pages.

So have you done any measurements out of it, as we've talked in previous
version?  Thanks,


Sorry, not done yet.

So do you still plan to? :)

And if not, could you describe the rational behind this patch?  For example,
what's the problem behind (e.g., guest hangs for xxx seconds, maybe?) and
what's the outcome (guest doesn't hang any more)?

Thanks,


Yes, I think providing a latency histogram with description of the test case is the right thing.

--
Andrey Gruzdev, Principal Engineer
Virtuozzo GmbH  +7-903-247-6397
                virtuzzo.com



reply via email to

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