mirror of https://github.com/etcd-io/dbtester.git
bench-configuration: config with best throughput
This commit is contained in:
parent
7ec51542fb
commit
d6de7226d6
|
|
@ -35,8 +35,8 @@ step2:
|
||||||
skip_stress_database: false
|
skip_stress_database: false
|
||||||
bench_type: write
|
bench_type: write
|
||||||
stale_read: true
|
stale_read: true
|
||||||
connections: 100
|
connections: 700 # for best throughput
|
||||||
clients: 1000
|
clients: 700 # for best throughput
|
||||||
connections_clients: []
|
connections_clients: []
|
||||||
key_size: 256
|
key_size: 256
|
||||||
value_size: 1024
|
value_size: 1024
|
||||||
|
|
|
||||||
|
|
@ -35,8 +35,8 @@ step2:
|
||||||
skip_stress_database: false
|
skip_stress_database: false
|
||||||
bench_type: write
|
bench_type: write
|
||||||
stale_read: true
|
stale_read: true
|
||||||
connections: 1000
|
connections: 300 # for best throughput
|
||||||
clients: 1000
|
clients: 300 # for best throughput
|
||||||
connections_clients: []
|
connections_clients: []
|
||||||
key_size: 256
|
key_size: 256
|
||||||
value_size: 1024
|
value_size: 1024
|
||||||
|
|
|
||||||
|
|
@ -35,8 +35,8 @@ step2:
|
||||||
skip_stress_database: false
|
skip_stress_database: false
|
||||||
bench_type: write
|
bench_type: write
|
||||||
stale_read: true
|
stale_read: true
|
||||||
connections: 1000
|
connections: 500 # for best throughput
|
||||||
clients: 1000
|
clients: 500 # for best throughput
|
||||||
connections_clients: []
|
connections_clients: []
|
||||||
key_size: 256
|
key_size: 256
|
||||||
value_size: 1024
|
value_size: 1024
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
title: Write 1M keys, 256-byte key, 1KB value, Best Throughput
|
title: Write 1M keys, 256-byte key, 1KB value, Best Throughput (etcd 700, Zookeeper 300, Consul 500 clients)
|
||||||
work_dir: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput
|
work_dir: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput
|
||||||
all_aggregated_path: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/aggregated.csv
|
all_aggregated_path: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/aggregated.csv
|
||||||
all_latency_by_key: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/aggregated-data-latency-by-key-number.csv
|
all_latency_by_key: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/aggregated-data-latency-by-key-number.csv
|
||||||
|
|
@ -148,7 +148,7 @@ readme:
|
||||||
|
|
||||||
output_path: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/README.md
|
output_path: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/README.md
|
||||||
results:
|
results:
|
||||||
- title: Write 1M keys, 256-byte key, 1KB value, Best Throughput
|
- title: Write 1M keys, 256-byte key, 1KB value, Best Throughput (etcd 700, Zookeeper 300, Consul 500 clients)
|
||||||
images:
|
images:
|
||||||
|
|
||||||
- image_title: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-LATENCY-MS
|
- image_title: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-LATENCY-MS
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,8 @@ step2:
|
||||||
skip_stress_database: false
|
skip_stress_database: false
|
||||||
bench_type: write
|
bench_type: write
|
||||||
stale_read: true
|
stale_read: true
|
||||||
connections: 1000
|
connections: 700 # for best throughput
|
||||||
clients: 1000
|
clients: 700 # for best throughput
|
||||||
connections_clients: []
|
connections_clients: []
|
||||||
key_size: 256
|
key_size: 256
|
||||||
value_size: 1024
|
value_size: 1024
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,8 @@ step2:
|
||||||
skip_stress_database: false
|
skip_stress_database: false
|
||||||
bench_type: write
|
bench_type: write
|
||||||
stale_read: true
|
stale_read: true
|
||||||
connections: 1000
|
connections: 300 # for best throughput
|
||||||
clients: 1000
|
clients: 300 # for best throughput
|
||||||
connections_clients: []
|
connections_clients: []
|
||||||
key_size: 256
|
key_size: 256
|
||||||
value_size: 1024
|
value_size: 1024
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,8 @@ step2:
|
||||||
skip_stress_database: false
|
skip_stress_database: false
|
||||||
bench_type: write
|
bench_type: write
|
||||||
stale_read: true
|
stale_read: true
|
||||||
connections: 1000
|
connections: 500 # for best throughput
|
||||||
clients: 1000
|
clients: 500 # for best throughput
|
||||||
connections_clients: []
|
connections_clients: []
|
||||||
key_size: 256
|
key_size: 256
|
||||||
value_size: 1024
|
value_size: 1024
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue