Re: [PATCH v2 4/4] migration/calc-dirty-rate: tool to predict migration time

2023-06-02 Thread gudkov . andrei--- via
On Tue, May 30, 2023 at 11:21:38AM +0800, Wang, Lei wrote: > On 4/27/2023 20:43, Andrei Gudkov via wrote: > > +deadline constraint. > > + > > +:param model: `MemoryModel` object for a given VM > > +:param bandwidth: Bandwidth available for migration [bytes/s] > > +:param downtime: M

Re: [PATCH v2 4/4] migration/calc-dirty-rate: tool to predict migration time

2023-05-29 Thread Wang, Lei
On 4/27/2023 20:43, Andrei Gudkov via wrote: > Signed-off-by: Andrei Gudkov > --- > MAINTAINERS | 1 + > scripts/predict_migration.py | 283 +++ > 2 files changed, 284 insertions(+) > create mode 100644 scripts/predict_migration.py > > diff --g

Re: [PATCH v2 4/4] migration/calc-dirty-rate: tool to predict migration time

2023-05-10 Thread Juan Quintela
Andrei Gudkov wrote: > Signed-off-by: Andrei Gudkov my python is very rusty, so I will let someone else to comment here. Later, Juan.

[PATCH v2 4/4] migration/calc-dirty-rate: tool to predict migration time

2023-04-27 Thread Andrei Gudkov via
Signed-off-by: Andrei Gudkov --- MAINTAINERS | 1 + scripts/predict_migration.py | 283 +++ 2 files changed, 284 insertions(+) create mode 100644 scripts/predict_migration.py diff --git a/MAINTAINERS b/MAINTAINERS index fc225e66df..0c578446cf 1