From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4b21-0007Hw-TH for qemu-devel@nongnu.org; Mon, 05 Mar 2012 11:45:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4b1s-0006LG-1y for qemu-devel@nongnu.org; Mon, 05 Mar 2012 11:45:05 -0500 Received: from einhorn.in-berlin.de ([192.109.42.8]:57303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4b1r-0006Ku-Ox for qemu-devel@nongnu.org; Mon, 05 Mar 2012 11:44:55 -0500 Message-ID: <4F54ED84.7030601@tuxadero.com> Date: Mon, 05 Mar 2012 17:44:52 +0100 From: Martin Mailand MIME-Version: 1.0 References: <20120210143639.GA17883@gmail.com> <4F54E620.8060400@tuxadero.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] virtio-blk performance regression and qemu-kvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Dongsu Park , kvm@vger.kernel.org, qemu-devel@nongnu.org Am 05.03.2012 17:35, schrieb Stefan Hajnoczi: >> 1. Test on i7 Laptop with Cpu governor "ondemand". >> > >> > v0.14.1 >> > bw=63492KB/s iops=15873 >> > bw=63221KB/s iops=15805 >> > >> > v1.0 >> > bw=36696KB/s iops=9173 >> > bw=37404KB/s iops=9350 >> > >> > master >> > bw=36396KB/s iops=9099 >> > bw=34182KB/s iops=8545 >> > >> > Change the Cpu governor to "performance" >> > master >> > bw=81756KB/s iops=20393 >> > bw=81453KB/s iops=20257 > Interesting finding. Did you show the 0.14.1 results with > "performance" governor? Hi Stefan, all results are with "ondemand" except the one where I changed it to "performance" Do you want a v0.14.1 test with the governor on "performance"? -martin