mbox series

[v2,0/2] migration/dirtyrate: optimizations for showing of querying dirtyrate

Message ID 1601350938-128320-1-git-send-email-zhengchuan@huawei.com (mailing list archive)
Headers show
Series migration/dirtyrate: optimizations for showing of querying dirtyrate | expand

Message

Zheng Chuan Sept. 29, 2020, 3:42 a.m. UTC
This series include two optimizations showing of dirtyrate against v1
1) show start_time and calc_time when query while at the measuring state
2) do not show dirtyrate when measuring is not finished

Chuan Zheng (2):
  migration/dirtyrate: record start_time and calc_time while at the
    measuring state
  migration/dirtyrate: present dirty rate only when querying the rate
    has completed

 migration/dirtyrate.c | 16 ++++++++++------
 qapi/migration.json   |  8 +++-----
 2 files changed, 13 insertions(+), 11 deletions(-)

Comments

Dr. David Alan Gilbert Oct. 7, 2020, 11:58 a.m. UTC | #1
* Chuan Zheng (zhengchuan@huawei.com) wrote:
> This series include two optimizations showing of dirtyrate against v1
> 1) show start_time and calc_time when query while at the measuring state
> 2) do not show dirtyrate when measuring is not finished
> 
> Chuan Zheng (2):
>   migration/dirtyrate: record start_time and calc_time while at the
>     measuring state
>   migration/dirtyrate: present dirty rate only when querying the rate
>     has completed
> 
>  migration/dirtyrate.c | 16 ++++++++++------
>  qapi/migration.json   |  8 +++-----
>  2 files changed, 13 insertions(+), 11 deletions(-)

Queued

> -- 
> 1.8.3.1
> 
>