Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-193

DFS i/o benchmark.

    XMLWordPrintableJSON

Details

    • Test
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.2.0
    • fs
    • None

    Description

      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

      1. read or write test
      2. date and time the test finished
      3. number of files processed
      4. total number of bytes processed
      5. throughput in mb/sec (total number of bytes / sum of processing times)
      6. average i/o rate in mb/sec per file
      7. standard i/o rate deviation

      I included the test into the AllTestDriver.

      Attachments

        1. IOBenchmark.patch
          23 kB
          Konstantin Shvachko

        Issue Links

          Activity

            People

              shv Konstantin Shvachko
              shv Konstantin Shvachko
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: