diff options
author | Susan LoVerso <sue@wiredtiger.com> | 2015-12-03 09:37:27 -0500 |
---|---|---|
committer | Susan LoVerso <sue@wiredtiger.com> | 2015-12-03 09:37:27 -0500 |
commit | 884c8e114c368d4e7751e5b5a5828270e0a2058a (patch) | |
tree | e3fb04e2325a3f8d9d8d917ef851d730a3444ac8 | |
parent | 7f5b70d1d739b25b014fc7246c9735be80114e8d (diff) | |
download | mongo-884c8e114c368d4e7751e5b5a5828270e0a2058a.tar.gz |
WT-2257 Updated docs
-rw-r--r-- | src/docs/wtperf.dox | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/docs/wtperf.dox b/src/docs/wtperf.dox index fb46a91a62c..867d882e0d8 100644 --- a/src/docs/wtperf.dox +++ b/src/docs/wtperf.dox @@ -230,8 +230,9 @@ threads, and the 'insert', 'read' and 'update' entries are the ratios of insert, read and update operations done by each worker thread; If a throttle value is provided each thread will do a maximum of that number of operations per second; multiple workload configurations may -be specified; for example, a more complex threads configuration might -be 'threads=((count=2,reads=1)(count=8,reads=1,inserts=2,updates=1))' +be specified per threads configuration; for example, a more complex +threads configuration might be +'threads=((count=2,reads=1)(count=8,reads=1,inserts=2,updates=1))' which would create 2 threads doing nothing but reads and 8 threads each doing 50% inserts and 25% reads and updates. Allowed configuration values are 'count', 'throttle', 'reads', 'inserts', |