Page size for computing bandwidth during migration

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

 



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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux