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                                          

Reply via email to