Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master 6f7feb01f -> d5ce69e85


DL-187: load test doc typo fix

Author: xieliang <xieliang...@gmail.com>

Reviewers: Sijie Guo <si...@apache.org>

Closes #117 from xieliang/DL-187-doc_typo


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/d5ce69e8
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/d5ce69e8
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/d5ce69e8

Branch: refs/heads/master
Commit: d5ce69e85edffabc4b791aec3524de6bd1e2fd3b
Parents: 6f7feb0
Author: xieliang <xieliang...@gmail.com>
Authored: Mon Jan 30 17:51:08 2017 -0800
Committer: Sijie Guo <si...@apache.org>
Committed: Mon Jan 30 17:51:08 2017 -0800

----------------------------------------------------------------------
 docs/admin_guide/loadtest.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/d5ce69e8/docs/admin_guide/loadtest.rst
----------------------------------------------------------------------
diff --git a/docs/admin_guide/loadtest.rst b/docs/admin_guide/loadtest.rst
index e7a1d6b..c7591eb 100644
--- a/docs/admin_guide/loadtest.rst
+++ b/docs/admin_guide/loadtest.rst
@@ -22,7 +22,7 @@ Load Test
 Overview
 --------
 
-Under distributedlog-benchmark you will find a set of applications intended 
for generating large amounts of load in a distributedlog custer. These 
applications are suitable for load testing, performance testing, benchmarking, 
or even simply smoke testing a distributedlog cluster.
+Under distributedlog-benchmark you will find a set of applications intended 
for generating large amounts of load in a distributedlog cluster. These 
applications are suitable for load testing, performance testing, benchmarking, 
or even simply smoke testing a distributedlog cluster.
 
 The dbench script can run in several modes:
 
@@ -57,7 +57,7 @@ For example to use the proxy write test to generate 10000 
requests per second ac
 ::
 
     STREAM_NAME_PREFIX=loadtest_
-    BENCHMARK_DURATION=3600 # seconds
+    BENCHMARK_DURATION=60 # minutes
     DL_NAMESPACE=<dl namespace>
     NUM_STREAMS=10
     INITIAL_RATE=200
@@ -74,7 +74,7 @@ For example to use the core library write test to generate 
100MBps across 10 str
 ::
 
     STREAM_NAME_PREFIX=loadtest_
-    BENCHMARK_DURATION=3600 # seconds
+    BENCHMARK_DURATION=60 # minutes
     DL_NAMESPACE=<dl namespace>
     NUM_STREAMS=10
     INITIAL_RATE=1024
@@ -92,7 +92,7 @@ For example to use the core library read test to read from 10 
streams on 100 ins
 ::
 
     STREAM_NAME_PREFIX=loadtest_
-    BENCHMARK_DURATION=3600 # seconds
+    BENCHMARK_DURATION=60 # minutes
     DL_NAMESPACE=<dl namespace>
     MAX_STREAM_ID=9
     NUM_READERS_PER_STREAM=5

Reply via email to