qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [CFR 5/10] qmp: migrate_set_speed command


From: Anthony Liguori
Subject: [Qemu-devel] Re: [CFR 5/10] qmp: migrate_set_speed command
Date: Wed, 16 Jun 2010 13:51:57 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4

On 06/16/2010 10:45 AM, Stefan Hajnoczi wrote:
migrate_set_speed
-----------------

Set maximum speed for migrations.

Sets the target bandwidth usage for migration. We should mention that this command can be used during a live migration and that the default value is 32MB/sec. We should also mention that during the final stage of migration, the bandwidth limit is not respected in order to meet downtime requirements.

Arguments:

- "value": maximum speed, in bytes per second (json-number)

s/value/bandwidth/

Regards,

Anthony Liguori

Example:

->  { "execute": "migrate_set_speed", "arguments": { "value": 1024 } }
<- { "return": {} }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]