[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 8/8] migration: print expected downtime in info
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 8/8] migration: print expected downtime in info migrate |
Date: |
Sat, 18 Aug 2012 07:05:59 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 |
On 08/18/2012 05:17 AM, Juan Quintela wrote:
> Signed-off-by: Juan Quintela <address@hidden>
> ---
> arch_init.c | 2 ++
> hmp.c | 4 ++++
> migration.c | 2 ++
> migration.h | 1 +
> qapi-schema.json | 5 +++++
> qmp-commands.hx | 6 ++++++
> 6 files changed, 20 insertions(+)
>
> +++ b/qmp-commands.hx
> @@ -2244,6 +2244,9 @@ The main json-object contains the following:
> time (json-int)
> - "downtime": only present when migration has finished correctly
> total amount in ms for downtime that happened (json-int)
> +- "expected-downtime": only present while migration is active
> + total amount in ms for downtime that was calculated on
> + the last bitmap round (json-int)
> - "ram": only present if "status" is "active", it is a json-object with the
> following RAM information (in bytes):
> - "transferred": amount transferred (json-int)
> @@ -2305,6 +2308,7 @@ Examples:
> "remaining":123,
> "total":246,
> "total-time":12345,
> + "expected-downtime":12345,
TAB damage, on several examples.
--
Eric Blake address@hidden +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- Re: [Qemu-devel] [PATCH 3/8] migration: move total_time from ram stats to migration info, (continued)
- [Qemu-devel] [PATCH 4/8] migration: store end_time in a local variable, Juan Quintela, 2012/08/18
- [Qemu-devel] [PATCH 6/8] migration: rename expected_time to expected_downtime, Juan Quintela, 2012/08/18
- [Qemu-devel] [PATCH 7/8] migration: export migrate_get_current(), Juan Quintela, 2012/08/18
- [Qemu-devel] [PATCH 5/8] migration: print total downtime for final phase of migration, Juan Quintela, 2012/08/18
- [Qemu-devel] [PATCH 8/8] migration: print expected downtime in info migrate, Juan Quintela, 2012/08/18
- Re: [Qemu-devel] [PATCH 8/8] migration: print expected downtime in info migrate,
Eric Blake <=