Repository: incubator-distributedlog Updated Branches: refs/heads/release-0.4.0-incubating f0050dbc1 -> c2654129f
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 (cherry picked from commit d5ce69e85edffabc4b791aec3524de6bd1e2fd3b) Signed-off-by: Sijie Guo <si...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/c2654129 Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/c2654129 Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/c2654129 Branch: refs/heads/release-0.4.0-incubating Commit: c2654129f67311cc5c5bbe54288cac1ae1fdeb03 Parents: f0050db 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:21 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/c2654129/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