]> git.proxmox.com Git - mirror_qemu.git/commit - migration/migration.c
migration: introduce pages-per-second
authorXiao Guangrong <xiaoguangrong@tencent.com>
Fri, 11 Jan 2019 06:37:30 +0000 (14:37 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 23 Jan 2019 15:51:47 +0000 (15:51 +0000)
commitaecbfe9c64a6005f57b2132eb29db2ba7c0993fe
tree5c1b0e10566754158d5ab04af72ea4bb7adfa5c0
parentde22ded044db6b78ef8c04b8045c63683751613f
migration: introduce pages-per-second

It introduces a new statistic, pages-per-second, as bandwidth or mbps is
not enough to measure the performance of posting pages out as we have
compression, xbzrle, which can significantly reduce the amount of the
data size, instead, pages-per-second is the one we want

Signed-off-by: Xiao Guangrong <xiaoguangrong@tencent.com>
Message-Id: <20190111063732.10484-2-xiaoguangrong@tencent.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
  With typo's Eric spotted fixed
hmp.c
migration/migration.c
migration/migration.h
migration/ram.c
qapi/migration.json