Hi,
The migration.c migration thread uses "bandwidth = transferred_bytes / 
time_spent;" for computing the bandwidth. Since we are dealing with pages 
during migration why can't this be changed to some thing like 
             page_rate = norm_mig_pages_transferred() - page_count;
             page_count = norm_mig_pages_transferred();
             double bandwidth = page_count / time_spent;

thanks - Krishna                                          --
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to