mirror of https://github.com/etcd-io/dbtester.git
bench-results: copy bench configurations
This commit is contained in:
parent
ed857f968e
commit
37d40f081a
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: etcdv3
|
||||||
|
test_name: etcd-v3.1-go1.7.4
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /home/gyuho/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.240.0.20
|
||||||
|
- 10.240.0.21
|
||||||
|
- 10.240.0.22
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 2379
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 100
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: zookeeper
|
||||||
|
test_name: zookeeper-r3.4.9-java8
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /home/gyuho/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.240.0.25
|
||||||
|
- 10.240.0.27
|
||||||
|
- 10.240.0.28
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 2181
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1000
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: consul
|
||||||
|
test_name: consul-v0.7.2-go1.7.4
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /home/gyuho/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.240.0.30
|
||||||
|
- 10.240.0.31
|
||||||
|
- 10.240.0.33
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 8500
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1000
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,185 @@
|
||||||
|
title: Write 1M keys, 1000-client, 256-byte key, 1KB value
|
||||||
|
work_dir: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys
|
||||||
|
all_aggregated_path: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/aggregated.csv
|
||||||
|
|
||||||
|
raw_data:
|
||||||
|
- legend: etcd v3.1 (Go 1.7.4)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/etcd-v3.1-go1.7.4-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/etcd-v3.1-go1.7.4-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/etcd-v3.1-go1.7.4-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/etcd-v3.1-go1.7.4-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/etcd-v3.1-go1.7.4-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/etcd-v3.1-go1.7.4-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/etcd-v3.1-go1.7.4-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
- legend: Zookeeper r3.4.9 (Java 8)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/zookeeper-r3.4.9-java8-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/zookeeper-r3.4.9-java8-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/zookeeper-r3.4.9-java8-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/zookeeper-r3.4.9-java8-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/zookeeper-r3.4.9-java8-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/zookeeper-r3.4.9-java8-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/zookeeper-r3.4.9-java8-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
- legend: Consul v0.7.2 (Go 1.7.4)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/consul-v0.7.2-go1.7.4-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/consul-v0.7.2-go1.7.4-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/consul-v0.7.2-go1.7.4-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/consul-v0.7.2-go1.7.4-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/consul-v0.7.2-go1.7.4-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/consul-v0.7.2-go1.7.4-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/consul-v0.7.2-go1.7.4-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
plot_list:
|
||||||
|
- column: AVG-LATENCY-MS
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Latency(millisecond)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-LATENCY-MS.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-LATENCY-MS.png
|
||||||
|
|
||||||
|
- column: AVG-THROUGHPUT
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Throughput(Requests/Second)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-THROUGHPUT.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-THROUGHPUT.png
|
||||||
|
|
||||||
|
- column: AVG-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Voluntary Context Switches
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-VOLUNTARY-CTXT-SWITCHES.png
|
||||||
|
|
||||||
|
- column: AVG-NON-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Non-voluntary Context Switches
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-NON-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-NON-VOLUNTARY-CTXT-SWITCHES.png
|
||||||
|
|
||||||
|
- column: AVG-CPU
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: CPU(%)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-CPU.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-CPU.png
|
||||||
|
|
||||||
|
- column: AVG-VMRSS-MB
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Memory(MB)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-VMRSS-MB.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-VMRSS-MB.png
|
||||||
|
|
||||||
|
- column: AVG-READS-COMPLETED-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Disk Reads
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-READS-COMPLETED-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-READS-COMPLETED-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-SECTORS-READ-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Sectors Read
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-SECTORS-READ-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-SECTORS-READ-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-WRITES-COMPLETED-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Disk Writes
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-WRITES-COMPLETED-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-WRITES-COMPLETED-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-SECTORS-WRITTEN-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Sectors Written
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-SECTORS-WRITTEN-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-SECTORS-WRITTEN-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Network Receive(bytes)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-RECEIVE-BYTES-NUM-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-TRANSMIT-BYTES-NUM-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Network Transmit(bytes)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-TRANSMIT-BYTES-NUM-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-TRANSMIT-BYTES-NUM-DELTA.png
|
||||||
|
|
||||||
|
readme:
|
||||||
|
preface: |
|
||||||
|
- Google Cloud Compute Engine
|
||||||
|
- 4 machines of 16 vCPUs + 30 GB Memory + 150 GB SSD (1 for client)
|
||||||
|
- Ubuntu 16.10
|
||||||
|
- etcd v3.1 (Go 1.7.4)
|
||||||
|
- Zookeeper r3.4.9
|
||||||
|
- Java 8
|
||||||
|
- javac 1.8.0_121
|
||||||
|
- Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
|
||||||
|
- Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
|
||||||
|
- Consul v0.7.2 (Go 1.7.4)
|
||||||
|
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/README.md
|
||||||
|
results:
|
||||||
|
- title: Write 1M keys, 1000-client, 256-byte key, 1KB value
|
||||||
|
images:
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-LATENCY-MS
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-LATENCY-MS.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-THROUGHPUT
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-THROUGHPUT.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-CPU
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-CPU.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-NON-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-NON-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-VMRSS-MB
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-VMRSS-MB.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-READS-COMPLETED-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-READS-COMPLETED-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-SECTORS-READ-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-SECTORS-READ-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-WRITES-COMPLETED-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-WRITES-COMPLETED-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-SECTORS-WRITTEN-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-SECTORS-WRITTEN-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-TRANSMIT-BYTES-NUM-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/01-write-1M-keys/AVG-TRANSMIT-BYTES-NUM-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: etcdv3
|
||||||
|
test_name: etcd-v3.1-go1.7.4
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /home/gyuho/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.240.0.20
|
||||||
|
- 10.240.0.21
|
||||||
|
- 10.240.0.22
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 2379
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 100
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 1000
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: zookeeper
|
||||||
|
test_name: zookeeper-r3.4.9-java8
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /home/gyuho/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.240.0.25
|
||||||
|
- 10.240.0.27
|
||||||
|
- 10.240.0.28
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 2181
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1000
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 1000
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: consul
|
||||||
|
test_name: consul-v0.7.2-go1.7.4
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /home/gyuho/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.240.0.30
|
||||||
|
- 10.240.0.31
|
||||||
|
- 10.240.0.33
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 8500
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1000
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 1000
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,185 @@
|
||||||
|
title: Write 1M keys, 1000-client, 1000QPS, 256-byte key, 1KB value
|
||||||
|
work_dir: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited
|
||||||
|
all_aggregated_path: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/aggregated.csv
|
||||||
|
|
||||||
|
raw_data:
|
||||||
|
- legend: etcd v3.1 (Go 1.7.4)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/etcd-v3.1-go1.7.4-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/etcd-v3.1-go1.7.4-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/etcd-v3.1-go1.7.4-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/etcd-v3.1-go1.7.4-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/etcd-v3.1-go1.7.4-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/etcd-v3.1-go1.7.4-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/etcd-v3.1-go1.7.4-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
- legend: Zookeeper r3.4.9 (Java 8)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/zookeeper-r3.4.9-java8-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/zookeeper-r3.4.9-java8-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/zookeeper-r3.4.9-java8-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/zookeeper-r3.4.9-java8-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/zookeeper-r3.4.9-java8-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/zookeeper-r3.4.9-java8-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/zookeeper-r3.4.9-java8-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
- legend: Consul v0.7.2 (Go 1.7.4)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/consul-v0.7.2-go1.7.4-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/consul-v0.7.2-go1.7.4-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/consul-v0.7.2-go1.7.4-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/consul-v0.7.2-go1.7.4-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/consul-v0.7.2-go1.7.4-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/consul-v0.7.2-go1.7.4-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/consul-v0.7.2-go1.7.4-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
plot_list:
|
||||||
|
- column: AVG-LATENCY-MS
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Latency(millisecond)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-LATENCY-MS.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-LATENCY-MS.png
|
||||||
|
|
||||||
|
- column: AVG-THROUGHPUT
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Throughput(Requests/Second)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-THROUGHPUT.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-THROUGHPUT.png
|
||||||
|
|
||||||
|
- column: AVG-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Voluntary Context Switches
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-VOLUNTARY-CTXT-SWITCHES.png
|
||||||
|
|
||||||
|
- column: AVG-NON-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Non-voluntary Context Switches
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-NON-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-NON-VOLUNTARY-CTXT-SWITCHES.png
|
||||||
|
|
||||||
|
- column: AVG-CPU
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: CPU(%)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-CPU.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-CPU.png
|
||||||
|
|
||||||
|
- column: AVG-VMRSS-MB
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Memory(MB)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-VMRSS-MB.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-VMRSS-MB.png
|
||||||
|
|
||||||
|
- column: AVG-READS-COMPLETED-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Disk Reads
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-READS-COMPLETED-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-READS-COMPLETED-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-SECTORS-READ-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Sectors Read
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-SECTORS-READ-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-SECTORS-READ-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-WRITES-COMPLETED-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Disk Writes
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-WRITES-COMPLETED-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-WRITES-COMPLETED-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-SECTORS-WRITTEN-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Sectors Written
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-SECTORS-WRITTEN-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-SECTORS-WRITTEN-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Network Receive(bytes)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-RECEIVE-BYTES-NUM-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-TRANSMIT-BYTES-NUM-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Network Transmit(bytes)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-TRANSMIT-BYTES-NUM-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-TRANSMIT-BYTES-NUM-DELTA.png
|
||||||
|
|
||||||
|
readme:
|
||||||
|
preface: |
|
||||||
|
- Google Cloud Compute Engine
|
||||||
|
- 4 machines of 16 vCPUs + 30 GB Memory + 150 GB SSD (1 for client)
|
||||||
|
- Ubuntu 16.10
|
||||||
|
- etcd v3.1 (Go 1.7.4)
|
||||||
|
- Zookeeper r3.4.9
|
||||||
|
- Java 8
|
||||||
|
- javac 1.8.0_121
|
||||||
|
- Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
|
||||||
|
- Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
|
||||||
|
- Consul v0.7.2 (Go 1.7.4)
|
||||||
|
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/README.md
|
||||||
|
results:
|
||||||
|
- title: Write 1M keys, 1000-client, 1000QPS, 256-byte key, 1KB value
|
||||||
|
images:
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-LATENCY-MS
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-LATENCY-MS.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-THROUGHPUT
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-THROUGHPUT.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-NON-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-NON-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-CPU
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-CPU.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-VMRSS-MB
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-VMRSS-MB.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-READS-COMPLETED-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-READS-COMPLETED-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-SECTORS-READ-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-SECTORS-READ-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-WRITES-COMPLETED-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-WRITES-COMPLETED-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-SECTORS-WRITTEN-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-SECTORS-WRITTEN-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-TRANSMIT-BYTES-NUM-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/02-write-1M-keys-rate-limited/AVG-TRANSMIT-BYTES-NUM-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
@ -0,0 +1,48 @@
|
||||||
|
database: etcdv3
|
||||||
|
test_name: etcd-v3.1-go1.7.4
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /home/gyuho/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.240.0.20
|
||||||
|
- 10.240.0.21
|
||||||
|
- 10.240.0.22
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 2379
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1
|
||||||
|
clients: 1
|
||||||
|
# if specified, connections, clients are overwritten
|
||||||
|
connections_clients: [1, 3, 5, 10, 50, 100, 500, 700, 1000]
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,48 @@
|
||||||
|
database: zookeeper
|
||||||
|
test_name: zookeeper-r3.4.9-java8
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /home/gyuho/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.240.0.25
|
||||||
|
- 10.240.0.27
|
||||||
|
- 10.240.0.28
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 2181
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1
|
||||||
|
clients: 1
|
||||||
|
# if specified, connections, clients are overwritten
|
||||||
|
connections_clients: [1, 3, 5, 10, 50, 100, 500, 700, 1000]
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,48 @@
|
||||||
|
database: consul
|
||||||
|
test_name: consul-v0.7.2-go1.7.4
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /home/gyuho/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.240.0.30
|
||||||
|
- 10.240.0.31
|
||||||
|
- 10.240.0.33
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 8500
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1
|
||||||
|
clients: 1
|
||||||
|
# if specified, connections, clients are overwritten
|
||||||
|
connections_clients: [1, 3, 5, 10, 50, 100, 500, 700, 1000]
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,185 @@
|
||||||
|
title: Write 1M keys, 256-byte key, 1KB value value (clients 1 to 1000)
|
||||||
|
work_dir: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable
|
||||||
|
all_aggregated_path: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/aggregated.csv
|
||||||
|
|
||||||
|
raw_data:
|
||||||
|
- legend: etcd v3.1 (Go 1.7.4)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/etcd-v3.1-go1.7.4-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/etcd-v3.1-go1.7.4-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/etcd-v3.1-go1.7.4-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/etcd-v3.1-go1.7.4-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/etcd-v3.1-go1.7.4-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/etcd-v3.1-go1.7.4-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/etcd-v3.1-go1.7.4-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
- legend: Zookeeper r3.4.9 (Java 8)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/zookeeper-r3.4.9-java8-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/zookeeper-r3.4.9-java8-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/zookeeper-r3.4.9-java8-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/zookeeper-r3.4.9-java8-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/zookeeper-r3.4.9-java8-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/zookeeper-r3.4.9-java8-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/zookeeper-r3.4.9-java8-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
- legend: Consul v0.7.2 (Go 1.7.4)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/consul-v0.7.2-go1.7.4-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/consul-v0.7.2-go1.7.4-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/consul-v0.7.2-go1.7.4-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/consul-v0.7.2-go1.7.4-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/consul-v0.7.2-go1.7.4-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/consul-v0.7.2-go1.7.4-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/consul-v0.7.2-go1.7.4-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
plot_list:
|
||||||
|
- column: AVG-LATENCY-MS
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Latency(millisecond)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-LATENCY-MS.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-LATENCY-MS.png
|
||||||
|
|
||||||
|
- column: AVG-THROUGHPUT
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Throughput(Requests/Second)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-THROUGHPUT.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-THROUGHPUT.png
|
||||||
|
|
||||||
|
- column: AVG-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Voluntary Context Switches
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-VOLUNTARY-CTXT-SWITCHES.png
|
||||||
|
|
||||||
|
- column: AVG-NON-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Non-voluntary Context Switches
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-NON-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-NON-VOLUNTARY-CTXT-SWITCHES.png
|
||||||
|
|
||||||
|
- column: AVG-CPU
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: CPU(%)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-CPU.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-CPU.png
|
||||||
|
|
||||||
|
- column: AVG-VMRSS-MB
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Memory(MB)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-VMRSS-MB.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-VMRSS-MB.png
|
||||||
|
|
||||||
|
- column: AVG-READS-COMPLETED-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Disk Reads
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-READS-COMPLETED-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-READS-COMPLETED-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-SECTORS-READ-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Sectors Read
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-SECTORS-READ-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-SECTORS-READ-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-WRITES-COMPLETED-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Disk Writes
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-WRITES-COMPLETED-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-WRITES-COMPLETED-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-SECTORS-WRITTEN-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Sectors Written
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-SECTORS-WRITTEN-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-SECTORS-WRITTEN-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Network Receive(bytes)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-TRANSMIT-BYTES-NUM-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Network Transmit(bytes)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-TRANSMIT-BYTES-NUM-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-TRANSMIT-BYTES-NUM-DELTA.png
|
||||||
|
|
||||||
|
readme:
|
||||||
|
preface: |
|
||||||
|
- Google Cloud Compute Engine
|
||||||
|
- 4 machines of 16 vCPUs + 30 GB Memory + 150 GB SSD (1 for client)
|
||||||
|
- Ubuntu 16.10
|
||||||
|
- etcd v3.1 (Go 1.7.4)
|
||||||
|
- Zookeeper r3.4.9
|
||||||
|
- Java 8
|
||||||
|
- javac 1.8.0_121
|
||||||
|
- Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
|
||||||
|
- Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
|
||||||
|
- Consul v0.7.2 (Go 1.7.4)
|
||||||
|
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/README.md
|
||||||
|
results:
|
||||||
|
- title: Write 1M keys, 256-byte key, 1KB value value (clients 1 to 1000)
|
||||||
|
images:
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-LATENCY-MS
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-LATENCY-MS.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-THROUGHPUT
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-THROUGHPUT.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-NON-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-NON-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-CPU
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-CPU.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-VMRSS-MB
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-VMRSS-MB.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-READS-COMPLETED-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-READS-COMPLETED-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-SECTORS-READ-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-SECTORS-READ-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-WRITES-COMPLETED-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-WRITES-COMPLETED-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-SECTORS-WRITTEN-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-SECTORS-WRITTEN-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-TRANSMIT-BYTES-NUM-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/03-write-1M-keys-client-variable/AVG-TRANSMIT-BYTES-NUM-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: etcdv3
|
||||||
|
test_name: etcd-v3.1-go1.7.4
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /root/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.99.157.131
|
||||||
|
- 10.99.157.133
|
||||||
|
- 10.99.157.137
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 2379
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1000
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: zookeeper
|
||||||
|
test_name: zookeeper-r3.4.9-java8
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /root/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.99.157.153
|
||||||
|
- 10.99.157.135
|
||||||
|
- 10.99.157.143
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 2181
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1000
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: consul
|
||||||
|
test_name: consul-v0.7.2-go1.7.4
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /root/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.99.157.149
|
||||||
|
- 10.99.157.141
|
||||||
|
- 10.99.157.145
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 8500
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1000
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,185 @@
|
||||||
|
title: Write 1M keys, 1000-client, 256-byte key, 1KB value
|
||||||
|
work_dir: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys
|
||||||
|
all_aggregated_path: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/aggregated.csv
|
||||||
|
|
||||||
|
raw_data:
|
||||||
|
- legend: etcd v3.1 (Go 1.7.4)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/etcd-v3.1-go1.7.4-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/etcd-v3.1-go1.7.4-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/etcd-v3.1-go1.7.4-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/etcd-v3.1-go1.7.4-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/etcd-v3.1-go1.7.4-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/etcd-v3.1-go1.7.4-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/etcd-v3.1-go1.7.4-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
- legend: Zookeeper r3.4.9 (Java 8)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/zookeeper-r3.4.9-java8-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/zookeeper-r3.4.9-java8-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/zookeeper-r3.4.9-java8-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/zookeeper-r3.4.9-java8-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/zookeeper-r3.4.9-java8-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/zookeeper-r3.4.9-java8-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/zookeeper-r3.4.9-java8-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
- legend: Consul v0.7.2 (Go 1.7.4)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/consul-v0.7.2-go1.7.4-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/consul-v0.7.2-go1.7.4-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/consul-v0.7.2-go1.7.4-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/consul-v0.7.2-go1.7.4-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/consul-v0.7.2-go1.7.4-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/consul-v0.7.2-go1.7.4-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/consul-v0.7.2-go1.7.4-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
plot_list:
|
||||||
|
- column: AVG-LATENCY-MS
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Latency(millisecond)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-LATENCY-MS.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-LATENCY-MS.png
|
||||||
|
|
||||||
|
- column: AVG-THROUGHPUT
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Throughput(Requests/Second)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-THROUGHPUT.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-THROUGHPUT.png
|
||||||
|
|
||||||
|
- column: AVG-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Voluntary Context Switches
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-VOLUNTARY-CTXT-SWITCHES.png
|
||||||
|
|
||||||
|
- column: AVG-NON-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Non-voluntary Context Switches
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-NON-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-NON-VOLUNTARY-CTXT-SWITCHES.png
|
||||||
|
|
||||||
|
- column: AVG-CPU
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: CPU(%)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-CPU.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-CPU.png
|
||||||
|
|
||||||
|
- column: AVG-VMRSS-MB
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Memory(MB)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-VMRSS-MB.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-VMRSS-MB.png
|
||||||
|
|
||||||
|
- column: AVG-READS-COMPLETED-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Disk Reads
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-READS-COMPLETED-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-READS-COMPLETED-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-SECTORS-READ-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Sectors Read
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-SECTORS-READ-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-SECTORS-READ-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-WRITES-COMPLETED-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Disk Writes
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-WRITES-COMPLETED-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-WRITES-COMPLETED-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-SECTORS-WRITTEN-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Sectors Written
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-SECTORS-WRITTEN-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-SECTORS-WRITTEN-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Network Receive(bytes)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-RECEIVE-BYTES-NUM-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-TRANSMIT-BYTES-NUM-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Network Transmit(bytes)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-TRANSMIT-BYTES-NUM-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-TRANSMIT-BYTES-NUM-DELTA.png
|
||||||
|
|
||||||
|
readme:
|
||||||
|
preface: |
|
||||||
|
- Packet Bare Metal
|
||||||
|
- 4 machines of 16 Physical Cores @ 2.6 GHz + 128 GB DDR4 RAM + 120 GB SSD + 20Gbps Bonded Network (1 for client)
|
||||||
|
- Ubuntu 16.04
|
||||||
|
- etcd v3.1 (Go 1.7.4)
|
||||||
|
- Zookeeper r3.4.9
|
||||||
|
- Java 8
|
||||||
|
- javac 1.8.0_121
|
||||||
|
- Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
|
||||||
|
- Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
|
||||||
|
- Consul v0.7.2 (Go 1.7.4)
|
||||||
|
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/README.md
|
||||||
|
results:
|
||||||
|
- title: Write 1M keys, 1000-client, 256-byte key, 1KB value
|
||||||
|
images:
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-LATENCY-MS
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-LATENCY-MS.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-THROUGHPUT
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-THROUGHPUT.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-CPU
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-CPU.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-NON-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-NON-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-VMRSS-MB
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-VMRSS-MB.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-READS-COMPLETED-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-READS-COMPLETED-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-SECTORS-READ-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-SECTORS-READ-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-WRITES-COMPLETED-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-WRITES-COMPLETED-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-SECTORS-WRITTEN-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-SECTORS-WRITTEN-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-TRANSMIT-BYTES-NUM-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/04-write-1M-keys/AVG-TRANSMIT-BYTES-NUM-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: etcdv3
|
||||||
|
test_name: etcd-v3.1-go1.7.4
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /root/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.99.157.131
|
||||||
|
- 10.99.157.133
|
||||||
|
- 10.99.157.137
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 2379
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1000
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 1000
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: zookeeper
|
||||||
|
test_name: zookeeper-r3.4.9-java8
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /root/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.99.157.153
|
||||||
|
- 10.99.157.135
|
||||||
|
- 10.99.157.143
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 2181
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1000
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 1000
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: consul
|
||||||
|
test_name: consul-v0.7.2-go1.7.4
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /root/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.99.157.149
|
||||||
|
- 10.99.157.141
|
||||||
|
- 10.99.157.145
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 8500
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1000
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 1000
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,185 @@
|
||||||
|
title: Write 1M keys, 1000-client, 1000QPS, 256-byte key, 1KB value
|
||||||
|
work_dir: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited
|
||||||
|
all_aggregated_path: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/aggregated.csv
|
||||||
|
|
||||||
|
raw_data:
|
||||||
|
- legend: etcd v3.1 (Go 1.7.4)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/etcd-v3.1-go1.7.4-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/etcd-v3.1-go1.7.4-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/etcd-v3.1-go1.7.4-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/etcd-v3.1-go1.7.4-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/etcd-v3.1-go1.7.4-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/etcd-v3.1-go1.7.4-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/etcd-v3.1-go1.7.4-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
- legend: Zookeeper r3.4.9 (Java 8)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/zookeeper-r3.4.9-java8-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/zookeeper-r3.4.9-java8-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/zookeeper-r3.4.9-java8-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/zookeeper-r3.4.9-java8-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/zookeeper-r3.4.9-java8-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/zookeeper-r3.4.9-java8-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/zookeeper-r3.4.9-java8-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
- legend: Consul v0.7.2 (Go 1.7.4)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/consul-v0.7.2-go1.7.4-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/consul-v0.7.2-go1.7.4-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/consul-v0.7.2-go1.7.4-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/consul-v0.7.2-go1.7.4-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/consul-v0.7.2-go1.7.4-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/consul-v0.7.2-go1.7.4-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/consul-v0.7.2-go1.7.4-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
plot_list:
|
||||||
|
- column: AVG-LATENCY-MS
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Latency(millisecond)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-LATENCY-MS.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-LATENCY-MS.png
|
||||||
|
|
||||||
|
- column: AVG-THROUGHPUT
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Throughput(Requests/Second)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-THROUGHPUT.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-THROUGHPUT.png
|
||||||
|
|
||||||
|
- column: AVG-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Voluntary Context Switches
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-VOLUNTARY-CTXT-SWITCHES.png
|
||||||
|
|
||||||
|
- column: AVG-NON-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Non-voluntary Context Switches
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-NON-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-NON-VOLUNTARY-CTXT-SWITCHES.png
|
||||||
|
|
||||||
|
- column: AVG-CPU
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: CPU(%)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-CPU.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-CPU.png
|
||||||
|
|
||||||
|
- column: AVG-VMRSS-MB
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Memory(MB)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-VMRSS-MB.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-VMRSS-MB.png
|
||||||
|
|
||||||
|
- column: AVG-READS-COMPLETED-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Disk Reads
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-READS-COMPLETED-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-READS-COMPLETED-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-SECTORS-READ-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Sectors Read
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-SECTORS-READ-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-SECTORS-READ-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-WRITES-COMPLETED-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Disk Writes
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-WRITES-COMPLETED-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-WRITES-COMPLETED-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-SECTORS-WRITTEN-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Sectors Written
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-SECTORS-WRITTEN-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-SECTORS-WRITTEN-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Network Receive(bytes)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-RECEIVE-BYTES-NUM-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-TRANSMIT-BYTES-NUM-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Network Transmit(bytes)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-TRANSMIT-BYTES-NUM-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-TRANSMIT-BYTES-NUM-DELTA.png
|
||||||
|
|
||||||
|
readme:
|
||||||
|
preface: |
|
||||||
|
- Packet Bare Metal
|
||||||
|
- 4 machines of 16 Physical Cores @ 2.6 GHz + 128 GB DDR4 RAM + 120 GB SSD + 20Gbps Bonded Network (1 for client)
|
||||||
|
- Ubuntu 16.04
|
||||||
|
- etcd v3.1 (Go 1.7.4)
|
||||||
|
- Zookeeper r3.4.9
|
||||||
|
- Java 8
|
||||||
|
- javac 1.8.0_121
|
||||||
|
- Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
|
||||||
|
- Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
|
||||||
|
- Consul v0.7.2 (Go 1.7.4)
|
||||||
|
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/README.md
|
||||||
|
results:
|
||||||
|
- title: Write 1M keys, 1000-client, 1000QPS, 256-byte key, 1KB value
|
||||||
|
images:
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-LATENCY-MS
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-LATENCY-MS.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-THROUGHPUT
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-THROUGHPUT.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-NON-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-NON-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-CPU
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-CPU.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-VMRSS-MB
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-VMRSS-MB.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-READS-COMPLETED-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-READS-COMPLETED-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-SECTORS-READ-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-SECTORS-READ-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-WRITES-COMPLETED-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-WRITES-COMPLETED-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-SECTORS-WRITTEN-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-SECTORS-WRITTEN-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-TRANSMIT-BYTES-NUM-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/05-write-1M-keys-rate-limited/AVG-TRANSMIT-BYTES-NUM-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
@ -0,0 +1,48 @@
|
||||||
|
database: etcdv3
|
||||||
|
test_name: etcd-v3.1-go1.7.4
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /root/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.99.157.131
|
||||||
|
- 10.99.157.133
|
||||||
|
- 10.99.157.137
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 2379
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1
|
||||||
|
clients: 1
|
||||||
|
# if specified, connections, clients are overwritten
|
||||||
|
connections_clients: [1, 3, 5, 10, 50, 100, 500, 700, 1000]
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,48 @@
|
||||||
|
database: zookeeper
|
||||||
|
test_name: zookeeper-r3.4.9-java8
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /root/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.99.157.153
|
||||||
|
- 10.99.157.135
|
||||||
|
- 10.99.157.143
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 2181
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1
|
||||||
|
clients: 1
|
||||||
|
# if specified, connections, clients are overwritten
|
||||||
|
connections_clients: [1, 3, 5, 10, 50, 100, 500, 700, 1000]
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,48 @@
|
||||||
|
database: consul
|
||||||
|
test_name: consul-v0.7.2-go1.7.4
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /root/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.99.157.149
|
||||||
|
- 10.99.157.141
|
||||||
|
- 10.99.157.145
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 8500
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: write
|
||||||
|
stale_read: true
|
||||||
|
connections: 1
|
||||||
|
clients: 1
|
||||||
|
# if specified, connections, clients are overwritten
|
||||||
|
connections_clients: [1, 3, 5, 10, 50, 100, 500, 700, 1000]
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,185 @@
|
||||||
|
title: Write 1M keys, 256-byte key, 1KB value value (clients 1 to 1000)
|
||||||
|
work_dir: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable
|
||||||
|
all_aggregated_path: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/aggregated.csv
|
||||||
|
|
||||||
|
raw_data:
|
||||||
|
- legend: etcd v3.1 (Go 1.7.4)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/etcd-v3.1-go1.7.4-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/etcd-v3.1-go1.7.4-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/etcd-v3.1-go1.7.4-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/etcd-v3.1-go1.7.4-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/etcd-v3.1-go1.7.4-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/etcd-v3.1-go1.7.4-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/etcd-v3.1-go1.7.4-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
- legend: Zookeeper r3.4.9 (Java 8)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/zookeeper-r3.4.9-java8-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/zookeeper-r3.4.9-java8-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/zookeeper-r3.4.9-java8-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/zookeeper-r3.4.9-java8-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/zookeeper-r3.4.9-java8-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/zookeeper-r3.4.9-java8-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/zookeeper-r3.4.9-java8-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
- legend: Consul v0.7.2 (Go 1.7.4)
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/consul-v0.7.2-go1.7.4-aggregated.csv
|
||||||
|
data_system_metrics_paths:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/consul-v0.7.2-go1.7.4-1-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/consul-v0.7.2-go1.7.4-2-system-metrics.csv
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/consul-v0.7.2-go1.7.4-3-system-metrics.csv
|
||||||
|
data_benchmark_latency_percentile: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/consul-v0.7.2-go1.7.4-data-latency-distribution-percentile.csv
|
||||||
|
data_benchmark_latency_summary: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/consul-v0.7.2-go1.7.4-data-latency-distribution-summary.csv
|
||||||
|
data_benchmark_throughput: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/consul-v0.7.2-go1.7.4-data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
plot_list:
|
||||||
|
- column: AVG-LATENCY-MS
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Latency(millisecond)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-LATENCY-MS.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-LATENCY-MS.png
|
||||||
|
|
||||||
|
- column: AVG-THROUGHPUT
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Throughput(Requests/Second)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-THROUGHPUT.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-THROUGHPUT.png
|
||||||
|
|
||||||
|
- column: AVG-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Voluntary Context Switches
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-VOLUNTARY-CTXT-SWITCHES.png
|
||||||
|
|
||||||
|
- column: AVG-NON-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Non-voluntary Context Switches
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-NON-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-NON-VOLUNTARY-CTXT-SWITCHES.png
|
||||||
|
|
||||||
|
- column: AVG-CPU
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: CPU(%)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-CPU.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-CPU.png
|
||||||
|
|
||||||
|
- column: AVG-VMRSS-MB
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Memory(MB)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-VMRSS-MB.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-VMRSS-MB.png
|
||||||
|
|
||||||
|
- column: AVG-READS-COMPLETED-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Disk Reads
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-READS-COMPLETED-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-READS-COMPLETED-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-SECTORS-READ-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Sectors Read
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-SECTORS-READ-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-SECTORS-READ-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-WRITES-COMPLETED-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Disk Writes
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-WRITES-COMPLETED-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-WRITES-COMPLETED-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-SECTORS-WRITTEN-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Sectors Written
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-SECTORS-WRITTEN-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-SECTORS-WRITTEN-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Network Receive(bytes)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA.png
|
||||||
|
|
||||||
|
- column: AVG-TRANSMIT-BYTES-NUM-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Network Transmit(bytes)
|
||||||
|
output_path_list:
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-TRANSMIT-BYTES-NUM-DELTA.svg
|
||||||
|
- 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-TRANSMIT-BYTES-NUM-DELTA.png
|
||||||
|
|
||||||
|
readme:
|
||||||
|
preface: |
|
||||||
|
- Packet Bare Metal
|
||||||
|
- 4 machines of 16 Physical Cores @ 2.6 GHz + 128 GB DDR4 RAM + 120 GB SSD + 20Gbps Bonded Network (1 for client)
|
||||||
|
- Ubuntu 16.04
|
||||||
|
- etcd v3.1 (Go 1.7.4)
|
||||||
|
- Zookeeper r3.4.9
|
||||||
|
- Java 8
|
||||||
|
- javac 1.8.0_121
|
||||||
|
- Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
|
||||||
|
- Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
|
||||||
|
- Consul v0.7.2 (Go 1.7.4)
|
||||||
|
|
||||||
|
output_path: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/README.md
|
||||||
|
results:
|
||||||
|
- title: Write 1M keys, 256-byte key, 1KB value value (clients 1 to 1000)
|
||||||
|
images:
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-LATENCY-MS
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-LATENCY-MS.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-THROUGHPUT
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-THROUGHPUT.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-NON-VOLUNTARY-CTXT-SWITCHES
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-NON-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-CPU
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-CPU.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-VMRSS-MB
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-VMRSS-MB.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-READS-COMPLETED-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-READS-COMPLETED-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-SECTORS-READ-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-SECTORS-READ-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-WRITES-COMPLETED-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-WRITES-COMPLETED-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-SECTORS-WRITTEN-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-SECTORS-WRITTEN-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
||||||
|
- image_title: 2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-TRANSMIT-BYTES-NUM-DELTA
|
||||||
|
image_path: https://storage.googleapis.com/dbtester-results/2017Q1-01-etcd-zookeeper-consul/06-write-1M-keys-client-variable/AVG-TRANSMIT-BYTES-NUM-DELTA.svg
|
||||||
|
image_type: remote
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: etcdv3
|
||||||
|
test_name: etcd-v3.1-go1.7.4
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /home/gyuho/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-02-etcd-zookeeper-consul/read-1M-keys-linearizable
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.240.0.20
|
||||||
|
- 10.240.0.21
|
||||||
|
- 10.240.0.22
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 2379
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: read
|
||||||
|
stale_read: false
|
||||||
|
connections: 1000
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: zookeeper
|
||||||
|
test_name: zookeeper-r3.4.9-java8
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /home/gyuho/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-02-etcd-zookeeper-consul/read-1M-keys-linearizable
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.240.0.25
|
||||||
|
- 10.240.0.27
|
||||||
|
- 10.240.0.28
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 2181
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: read
|
||||||
|
stale_read: false
|
||||||
|
connections: 1000
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
database: consul
|
||||||
|
test_name: consul-v0.7.2-go1.7.4
|
||||||
|
|
||||||
|
google_cloud_project_name: etcd-development
|
||||||
|
google_cloud_storage_key_path: /home/gyuho/gcloud-key.json # need this only in 'control' side
|
||||||
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
|
google_cloud_storage_sub_directory: 2017Q1-02-etcd-zookeeper-consul/read-1M-keys-linearizable
|
||||||
|
|
||||||
|
peer_ips:
|
||||||
|
- 10.240.0.30
|
||||||
|
- 10.240.0.31
|
||||||
|
- 10.240.0.33
|
||||||
|
|
||||||
|
agent_port: 3500
|
||||||
|
database_port: 8500
|
||||||
|
|
||||||
|
# these will saved where 'dbtester control' command runs
|
||||||
|
log: control.log
|
||||||
|
data_latency_distribution_summary: data-latency-distribution-summary.csv
|
||||||
|
data_latency_distribution_percentile: data-latency-distribution-percentile.csv
|
||||||
|
data_latency_distribution_all: data-latency-distribution-all.csv
|
||||||
|
data_latency_throughput_timeseries: data-latency-throughput-timeseries.csv
|
||||||
|
|
||||||
|
# start database by sending RPC calls to agents
|
||||||
|
step1:
|
||||||
|
skip_start_database: false
|
||||||
|
etcd_snap_count: 100000
|
||||||
|
zookeeper_snap_count: 100000
|
||||||
|
zookeeper_max_client_connections: 5000
|
||||||
|
|
||||||
|
# start benchmark
|
||||||
|
step2:
|
||||||
|
skip_stress_database: false
|
||||||
|
bench_type: read
|
||||||
|
stale_read: false
|
||||||
|
connections: 1000
|
||||||
|
clients: 1000
|
||||||
|
connections_clients: []
|
||||||
|
key_size: 256
|
||||||
|
value_size: 1024
|
||||||
|
total_requests: 1000000
|
||||||
|
requests_per_second: 0
|
||||||
|
etcdv3_compaction_cycle: 0
|
||||||
|
|
||||||
|
# after benchmark
|
||||||
|
step3:
|
||||||
|
action: stop
|
||||||
Loading…
Reference in New Issue