]> Git Repo - qemu.git/commit - migration/ram.c
migration: introduce pages-per-second
authorXiao Guangrong <[email protected]>
Fri, 11 Jan 2019 06:37:30 +0000 (14:37 +0800)
committerDr. David Alan Gilbert <[email protected]>
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 <[email protected]>
Message-Id: <20190111063732[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
  With typo's Eric spotted fixed
hmp.c
migration/migration.c
migration/migration.h
migration/ram.c
qapi/migration.json
This page took 0.037784 seconds and 4 git commands to generate.