Peter Xu <[email protected]> wrote: > On Thu, Mar 23, 2017 at 09:44:58PM +0100, Juan Quintela wrote: >> Signed-off-by: Juan Quintela <[email protected]> >> Reviewed-by: Dr. David Alan Gilbert <[email protected]> > > Reviewed-by: Peter Xu <[email protected]> > > (I see that we have MigrationStats.dirty_pages_rate which looks > similar to this one. Maybe one day we can merge these two?)
no, this one is how many times we have synchronized the dirty bitmap with kvm/rest of qemu. dirty_pages_rame is the pages we have dirtied in some <period>. Period is not clear, it tries to be around one second, but that part is not specially well done. Later, Juan.
