Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 1297 invoked from network); 4 May 2006 01:59:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2006 01:59:51 -0000 Received: (qmail 58402 invoked by uid 500); 4 May 2006 01:59:51 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 58380 invoked by uid 500); 4 May 2006 01:59:51 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 58370 invoked by uid 99); 4 May 2006 01:59:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 18:59:50 -0700 Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 18:59:50 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 042CD410008 for ; Thu, 4 May 2006 01:59:17 +0000 (GMT) Message-ID: <25075847.1146707957014.JavaMail.jira@brutus> Date: Thu, 4 May 2006 01:59:17 +0000 (GMT+00:00) From: "Konstantin Shvachko (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-193) DFS i/o benchmark. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DFS i/o benchmark. ------------------ Key: HADOOP-193 URL: http://issues.apache.org/jira/browse/HADOOP-193 Project: Hadoop Type: Test Components: fs Reporter: Konstantin Shvachko Attachments: IOBenchmark.patch DFS i/o benchmark is a map-reduce based test that measures performance of the cluster for reads and writes. This is an evolved version of HADOOP-72, and HADOOP-95 test. This test writes into or reads from a specified number of files. File size is specified as a parameter to the test. Each file is processed in a separate map task. The unique reducer then collects stats. Finally, the following information is displayed # read or write test # date and time the test finished # number of files processed # total number of bytes processed # throughput in mb/sec (total number of bytes / sum of processing times) # average i/o rate in mb/sec per file # standard i/o rate deviation I included the test into the AllTestDriver. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira