From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53366 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOxip-0002Gu-Dt for qemu-devel@nongnu.org; Wed, 16 Jun 2010 14:52:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOxio-00007Y-EX for qemu-devel@nongnu.org; Wed, 16 Jun 2010 14:52:23 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:36203) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOxio-00007G-8E for qemu-devel@nongnu.org; Wed, 16 Jun 2010 14:52:22 -0400 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by e31.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id o5GIfhMF029067 for ; Wed, 16 Jun 2010 12:41:43 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o5GIq0sY094546 for ; Wed, 16 Jun 2010 12:52:02 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o5GIq0Y5016928 for ; Wed, 16 Jun 2010 12:52:00 -0600 Message-ID: <4C191D4D.4050608@linux.vnet.ibm.com> Date: Wed, 16 Jun 2010 13:51:57 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1276703160-7894-1-git-send-email-stefanha@linux.vnet.ibm.com> <1276703160-7894-6-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1276703160-7894-6-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [CFR 5/10] qmp: migrate_set_speed command List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Anthony Liguori , Luiz Capitulino , qemu-devel@nongnu.org, Markus Armbruster 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": {} } >