Skip to content

Commit

Permalink
HADOOP-13616. Broken code snippet area in Hadoop Benchmarking. Contri…
Browse files Browse the repository at this point in the history
…buted by Kai Sasaki.
  • Loading branch information
aajisaka committed Sep 15, 2016
1 parent 40b5a59 commit 7cad7b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ When running benchmarks with the above operation(s), please provide operation-sp
The benchmark measures the number of operations performed by the name-node per second. Specifically, for each operation tested, it reports the total running time in seconds (_Elapsed Time_), operation throughput (_Ops per sec_), and average time for the operations (_Average Time_). The higher, the better.

Following is a sample reports by running following commands that opens 100K files with 1K threads against a remote name-node. See [HDFS scalability: the limits to growth](https://www.usenix.org/legacy/publications/login/2010-04/openpdfs/shvachko.pdf) for real-world benchmark stats.

```
$ hadoop org.apache.hadoop.hdfs.server.namenode.NNThroughputBenchmark -fs hdfs://nameservice:9000 -op open -threads 1000 -files 100000
Expand Down

0 comments on commit 7cad7b7

Please sign in to comment.