summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-08-08 12:16:42 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2014-08-08 12:16:42 +1000
commit10cf6847e0b59db1271cf06b8c19e4fc3e5227c1 (patch)
tree45a7828dc5b5d7fbe8c053ad73f8117b9c1a67ad /bench
parent5379b060be808b8dcf9e42dc59088c387d5c6075 (diff)
parent38d06396c6922893640fb09935b77b61daab2b25 (diff)
downloadmongo-10cf6847e0b59db1271cf06b8c19e4fc3e5227c1.tar.gz
Merge pull request #1149 from wiredtiger/wtperf-doc
Add nvd3 wtperf example to doc. #1147
Diffstat (limited to 'bench')
-rw-r--r--bench/wtperf/runners/large-lsm.wtperf11
1 files changed, 11 insertions, 0 deletions
diff --git a/bench/wtperf/runners/large-lsm.wtperf b/bench/wtperf/runners/large-lsm.wtperf
new file mode 100644
index 00000000000..ac3c3c9e0d3
--- /dev/null
+++ b/bench/wtperf/runners/large-lsm.wtperf
@@ -0,0 +1,11 @@
+# wtperf options file: large lsm configuration
+conn_config="cache_size=20G,mmap=false"
+table_config="internal_page_max=128K,lsm=(bloom_config=(leaf_page_max=8MB),bloom_bit_count=28,bloom_hash_count=19,bloom_oldest=true,chunk_max=5GB,chunk_size=100MB,merge_threads=3),type=lsm,leaf_page_max=16K,os_cache_dirty_max=16MB"
+compact=true
+compression="snappy"
+icount=250000000
+report_interval=5
+run_time=1200
+populate_threads=1
+sample_interval=10
+threads=((count=16,reads=1))