summaryrefslogtreecommitdiff
path: root/bench/wtperf
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-09-10 09:08:25 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2014-09-10 09:08:25 +1000
commit92a06bb0c94321e1ddab940cb77e3c0a3d5f5704 (patch)
tree8d8db4ad065c2744d005cedc718007a2aa146b29 /bench/wtperf
parent0841c3b7cebc35de0977a87969ebacc742bbfc77 (diff)
downloadmongo-92a06bb0c94321e1ddab940cb77e3c0a3d5f5704.tar.gz
Add wtperf configuration for shared cache testing.
Diffstat (limited to 'bench/wtperf')
-rw-r--r--bench/wtperf/runners/shared-cache-stress.wtperf11
1 files changed, 11 insertions, 0 deletions
diff --git a/bench/wtperf/runners/shared-cache-stress.wtperf b/bench/wtperf/runners/shared-cache-stress.wtperf
new file mode 100644
index 00000000000..eee73b5d8e3
--- /dev/null
+++ b/bench/wtperf/runners/shared-cache-stress.wtperf
@@ -0,0 +1,11 @@
+# Stress out the shared cache.
+conn_config="statistics=(none),shared_cache=(name=wt-cache,size=536870912,reserve=10MB,chunk=20MB,)"
+table_config="allocation_size=4KB,key_gap=10,split_pct=75,internal_page_max=4KB,internal_key_truncate=false,prefix_compression=false,leaf_item_max=1433,type=file,internal_item_max=1433,exclusive=true,leaf_page_max=4KB,block_compressor=,"
+checkpoint_interval=100
+checkpoint_threads=1
+icount=50000
+report_interval=5
+run_time=600
+populate_threads=1
+threads=((count=1,inserts=1),(count=1,reads=1))
+database_count=25