Re: [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode

2023-05-29 Thread Wang, Lei
On 4/27/2023 20:42, Andrei Gudkov via wrote: > Collect number of dirty pages for progresseively increasing time > periods starting with 125ms up to number of seconds specified with > calc-dirty-rate. Report through qmp and hmp: 1) vector of dirty page > measurements, 2) page size, 3) total number o

Re: [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode

2023-05-18 Thread Juan Quintela
wrote: > On Mon, May 15, 2023 at 10:22:43AM +0200, Juan Quintela wrote: >> wrote: >> > On Wed, May 10, 2023 at 07:36:33PM +0200, Juan Quintela wrote: >> >> Andrei Gudkov wrote: >> >> > Collect number of dirty pages for progresseively increasing time >> >> > periods starting with 125ms up to numb

Re: [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode

2023-05-18 Thread gudkov . andrei--- via
On Mon, May 15, 2023 at 10:22:43AM +0200, Juan Quintela wrote: > wrote: > > On Wed, May 10, 2023 at 07:36:33PM +0200, Juan Quintela wrote: > >> Andrei Gudkov wrote: > >> > Collect number of dirty pages for progresseively increasing time > >> > periods starting with 125ms up to number of seconds s

Re: [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode

2023-05-15 Thread Juan Quintela
wrote: > On Wed, May 10, 2023 at 07:36:33PM +0200, Juan Quintela wrote: >> Andrei Gudkov wrote: >> > Collect number of dirty pages for progresseively increasing time >> > periods starting with 125ms up to number of seconds specified with >> > calc-dirty-rate. Report through qmp and hmp: 1) vector

Re: [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode

2023-05-15 Thread Juan Quintela
wrote: > On Wed, May 10, 2023 at 07:36:33PM +0200, Juan Quintela wrote: >> Andrei Gudkov wrote: >> > Collect number of dirty pages for progresseively increasing time >> > periods starting with 125ms up to number of seconds specified with >> > calc-dirty-rate. Report through qmp and hmp: 1) vector

Re: [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode

2023-05-12 Thread gudkov . andrei--- via
On Thu, May 11, 2023 at 08:14:29AM +0200, Markus Armbruster wrote: > Andrei Gudkov via writes: > > > Collect number of dirty pages for progresseively increasing time > > periods starting with 125ms up to number of seconds specified with > > calc-dirty-rate. Report through qmp and hmp: 1) vector o

Re: [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode

2023-05-12 Thread gudkov . andrei--- via
On Wed, May 10, 2023 at 07:36:33PM +0200, Juan Quintela wrote: > Andrei Gudkov wrote: > > Collect number of dirty pages for progresseively increasing time > > periods starting with 125ms up to number of seconds specified with > > calc-dirty-rate. Report through qmp and hmp: 1) vector of dirty page

Re: [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode

2023-05-10 Thread Markus Armbruster
Andrei Gudkov via writes: > Collect number of dirty pages for progresseively increasing time > periods starting with 125ms up to number of seconds specified with > calc-dirty-rate. Report through qmp and hmp: 1) vector of dirty page > measurements, 2) page size, 3) total number of VM pages, 4) nu

Re: [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode

2023-05-10 Thread Juan Quintela
Andrei Gudkov wrote: > Collect number of dirty pages for progresseively increasing time > periods starting with 125ms up to number of seconds specified with > calc-dirty-rate. Report through qmp and hmp: 1) vector of dirty page > measurements, 2) page size, 3) total number of VM pages, 4) number >

[PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode

2023-04-27 Thread Andrei Gudkov via
Collect number of dirty pages for progresseively increasing time periods starting with 125ms up to number of seconds specified with calc-dirty-rate. Report through qmp and hmp: 1) vector of dirty page measurements, 2) page size, 3) total number of VM pages, 4) number of sampled pages. Signed-off-b