[Top][All Lists]
[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": {} }
- [Qemu-devel] [CFR 0/10] QMP specification review (Part 2), Stefan Hajnoczi, 2010/06/16
- [Qemu-devel] [CFR 2/10] qmp: memsave command, Stefan Hajnoczi, 2010/06/16
- [Qemu-devel] [CFR 6/10] qmp: migrate command, Stefan Hajnoczi, 2010/06/16
- [Qemu-devel] [CFR 5/10] qmp: migrate_set_speed command, Stefan Hajnoczi, 2010/06/16
- [Qemu-devel] [CFR 7/10] qmp: netdev_add command, Stefan Hajnoczi, 2010/06/16
- [Qemu-devel] [CFR 9/10] qmp: pmemsave command, Stefan Hajnoczi, 2010/06/16
- [Qemu-devel] [CFR 10/10] qmp: query_balloon command, Stefan Hajnoczi, 2010/06/16
- [Qemu-devel] [CFR 8/10] qmp: netdev_del command, Stefan Hajnoczi, 2010/06/16