From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNR3T-0004LT-9s for qemu-devel@nongnu.org; Mon, 07 Nov 2011 10:24:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNR3S-0006Fl-3e for qemu-devel@nongnu.org; Mon, 07 Nov 2011 10:24:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNR3R-0006Fe-Sa for qemu-devel@nongnu.org; Mon, 07 Nov 2011 10:24:10 -0500 Message-ID: <4EB7F8D2.4040408@redhat.com> Date: Mon, 07 Nov 2011 16:27:14 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1320310649-7639-1-git-send-email-wuzhy@linux.vnet.ibm.com> <1320310649-7639-6-git-send-email-wuzhy@linux.vnet.ibm.com> In-Reply-To: <1320310649-7639-6-git-send-email-wuzhy@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v12 5/5] block: perf testing report based on block I/O throttling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhi Yong Wu Cc: zwu.kernel@gmail.com, ryanh@us.ibm.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Am 03.11.2011 09:57, schrieb Zhi Yong Wu: > The file 1mbps.dat is based on bps=1024*1024 I/O throttling; and the file 10mbps.dat is based on bps=10*1024*1024 I/O throttling. > > Signed-off-by: Zhi Yong Wu > --- > 10mbps.dat | 310 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1mbps.dat | 339 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 649 insertions(+), 0 deletions(-) > create mode 100644 10mbps.dat > create mode 100644 1mbps.dat This is just for information and not supposed to be merged, right? Kevin