mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
migration: print total downtime for final phase of migration
Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Orit Wasserman <owasserm@redhat.com>
This commit is contained in:
parent
97d4d961d9
commit
9c5a9fcf53
5 changed files with 19 additions and 2 deletions
|
@ -2304,6 +2304,8 @@ The main json-object contains the following:
|
|||
- "total-time": total amount of ms since migration started. If
|
||||
migration has ended, it returns the total migration
|
||||
time (json-int)
|
||||
- "downtime": only present when migration has finished correctly
|
||||
total amount in ms for downtime that happened (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)
|
||||
|
@ -2341,6 +2343,7 @@ Examples:
|
|||
"remaining":123,
|
||||
"total":246,
|
||||
"total-time":12345,
|
||||
"downtime":12345,
|
||||
"duplicate":123,
|
||||
"normal":123,
|
||||
"normal-bytes":123456
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue