From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ1L3-0006Jd-G9 for qemu-devel@nongnu.org; Tue, 02 Oct 2012 08:12:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJ1Kv-0005A5-S5 for qemu-devel@nongnu.org; Tue, 02 Oct 2012 08:12:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ1Kv-00059r-Iv for qemu-devel@nongnu.org; Tue, 02 Oct 2012 08:12:29 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q92CCSd4000876 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 2 Oct 2012 08:12:28 -0400 Message-ID: <506ADA2C.6090107@redhat.com> Date: Tue, 02 Oct 2012 06:12:28 -0600 From: Eric Blake MIME-Version: 1.0 References: <1349177616-5341-1-git-send-email-quintela@redhat.com> <1349177616-5341-16-git-send-email-quintela@redhat.com> In-Reply-To: <1349177616-5341-16-git-send-email-quintela@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig7978764F869C06760CCB177B" Subject: Re: [Qemu-devel] [PATCH 15/41] migration: Add dirty_pages_rate to query migrate output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig7978764F869C06760CCB177B Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/02/2012 05:33 AM, Juan Quintela wrote: > It indicates how many pages were dirtied during the last second. >=20 > Signed-off-by: Juan Quintela > --- > +# @dirty-pages-rate: number of pages dirtied by second by the Reads slightly better as: pages dirtied per second by the guest > +# guest (since 1.3) > # > # Since: 0.14.0 > ## > { 'type': 'MigrationStats', > 'data': {'transferred': 'int', 'remaining': 'int', 'total': 'int' , > - 'duplicate': 'int', 'normal': 'int', 'normal-bytes': 'int' = } } > + 'duplicate': 'int', 'normal': 'int', 'normal-bytes': 'int',= > + 'dirty-pages-rate' : 'int' } } Consistent formatting: s/ :/:/ --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig7978764F869C06760CCB177B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iQEcBAEBCAAGBQJQatosAAoJEKeha0olJ0Nq20EH/0Xzvq7oqQubfnOXBYBw9hBV NLrqzD4GouxhF8UingKKt9aYJbcHm7M/e65JrblKeWbiqzH72323GDLL+Ks4oQhv s4zco/zNBSpArSkQaIAkc7YtTAfibY+FuHZvxDwmcfhcbPNp/pSLsOjH93OuhXI0 MuVkZFiZKMsghIPfZnPsJwGRKsnK3HzxOQwNsGAeFeMIEKfzQCX1xiuo9ceKy52L GwsIzotSNWp+0wQLKfVWNubUbkGFZDA/lbFCkjiIrfyeT5bMB1Yavk1frnJI6BYC u4Dh8JML4ACRQqnuwUmHJj38xMqucc13n3z51/YH1oDFmP/qCgD086F7unIgwkE= =7tGn -----END PGP SIGNATURE----- --------------enig7978764F869C06760CCB177B--