summaryrefslogtreecommitdiff
path: root/bench/wtperf/runners/multi-btree-stress.wtperf
blob: bee1f43104360d5db6cfacc362d83225dbc6d630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# wtperf options file: multi-database configuration attempting to
# trigger slow operations by overloading CPU and disk.
# References Jira WT-2131
conn_config="cache_size=2GB,eviction=(threads_min=2,threads_max=8),log=(enabled=false),direct_io=(data,checkpoint),buffer_alignment=4096,checkpoint_sync=true,checkpoint=(wait=60)"
table_config="allocation_size=4k,prefix_compression=false,split_pct=75,leaf_page_max=4k,internal_page_max=16k,leaf_item_max=1433,internal_item_max=3100,type=file"
# Divide original icount by database_count.
database_count=5
icount=50000
populate_threads=1
random_range=50000000
report_interval=5
run_time=3600
threads=((count=1,inserts=1),(count=10,reads=1))
value_sz=100
max_latency=1000
sample_interval=5
sample_rate=1