summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf_opt.i
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2015-06-26 15:26:59 +1000
committerDavid Hows <howsdav@gmail.com>2015-06-30 09:42:42 +1000
commite5647dd0e449b00f0436415cff3996326a810d6c (patch)
tree385a8be4a632ce2abe079c4850a79942bb2e771e /bench/wtperf/wtperf_opt.i
parent4e0fe590cf7b2706317d88a6057454ac2b4fac52 (diff)
downloadmongo-e5647dd0e449b00f0436415cff3996326a810d6c.tar.gz
Initial commit of wtperf mongodb oplog mod
Diffstat (limited to 'bench/wtperf/wtperf_opt.i')
-rw-r--r--bench/wtperf/wtperf_opt.i3
1 files changed, 2 insertions, 1 deletions
diff --git a/bench/wtperf/wtperf_opt.i b/bench/wtperf/wtperf_opt.i
index 6cb39ac3cc4..e94140e6cdb 100644
--- a/bench/wtperf/wtperf_opt.i
+++ b/bench/wtperf/wtperf_opt.i
@@ -167,7 +167,8 @@ DEF_OPT_AS_STRING(threads, "", "workload configuration: each 'count' "
"'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', 'updates'. There are "
+ "values are 'count', 'throttle', 'reads', 'inserts', 'updates', 'truncate' "
+ "and 'truncate_pct'. There are "
"also behavior modifiers, supported modifiers are 'ops_per_txn'")
DEF_OPT_AS_CONFIG_STRING(transaction_config, "",
"transaction configuration string, relevant when populate_opts_per_txn "