mirror of https://github.com/etcd-io/dbtester.git
test-configs: update
This commit is contained in:
parent
4fbdc93631
commit
b57fa0efad
|
|
@ -4,14 +4,14 @@ test_description: |
|
||||||
- 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client)
|
- 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client)
|
||||||
- Ubuntu 16.10 (GNU/Linux kernel 4.8.0-49-generic)
|
- Ubuntu 16.10 (GNU/Linux kernel 4.8.0-49-generic)
|
||||||
- `ulimit -n` is 120000
|
- `ulimit -n` is 120000
|
||||||
- etcd tip (Go 1.8.1, git SHA f4641accc34be80c255ff87673a1cb92342abedd)
|
- etcd tip (Go 1.8.3, git SHA 47a8156851b5a59665421661edb7c813f8a7993e)
|
||||||
- Zookeeper r3.5.3-beta
|
- Zookeeper r3.5.3-beta
|
||||||
- Java 8
|
- Java 8
|
||||||
- javac 1.8.0_131
|
- javac 1.8.0_131
|
||||||
- Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
|
- Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
|
||||||
- Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
|
- Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
|
||||||
- `/usr/bin/java -Djute.maxbuffer=33554432 -Xms50G -Xmx50G`
|
- `/usr/bin/java -Djute.maxbuffer=33554432 -Xms50G -Xmx50G`
|
||||||
- Consul v0.8.3 (Go 1.8.1)
|
- Consul v0.8.4 (Go 1.8.3)
|
||||||
|
|
||||||
# common control options for all client machines
|
# common control options for all client machines
|
||||||
config_client_machine_initial:
|
config_client_machine_initial:
|
||||||
|
|
@ -32,13 +32,13 @@ config_client_machine_initial:
|
||||||
# set this in 'control' machine, to automate log uploading in remote 'agent' machines
|
# set this in 'control' machine, to automate log uploading in remote 'agent' machines
|
||||||
google_cloud_storage_key_path: /home/gyuho/gcloud-key.json
|
google_cloud_storage_key_path: /home/gyuho/gcloud-key.json
|
||||||
google_cloud_storage_bucket_name: dbtester-results
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput
|
google_cloud_storage_sub_directory: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput
|
||||||
|
|
||||||
all_database_id_list: [etcd__tip, zookeeper__r3_5_3_beta, consul__v0_8_3]
|
all_database_id_list: [etcd__tip, zookeeper__r3_5_3_beta, consul__v0_8_4]
|
||||||
|
|
||||||
datatbase_id_to_config_client_machine_agent_control:
|
datatbase_id_to_config_client_machine_agent_control:
|
||||||
etcd__tip:
|
etcd__tip:
|
||||||
database_description: etcd tip (Go 1.8.1)
|
database_description: etcd tip (Go 1.8.3)
|
||||||
peer_ips:
|
peer_ips:
|
||||||
- 10.240.0.7
|
- 10.240.0.7
|
||||||
- 10.240.0.8
|
- 10.240.0.8
|
||||||
|
|
@ -140,8 +140,8 @@ datatbase_id_to_config_client_machine_agent_control:
|
||||||
step3_stop_database: true
|
step3_stop_database: true
|
||||||
step4_upload_logs: true
|
step4_upload_logs: true
|
||||||
|
|
||||||
consul__v0_8_3:
|
consul__v0_8_4:
|
||||||
database_description: Consul v0.8.3 (Go 1.8.1)
|
database_description: Consul v0.8.4 (Go 1.8.3)
|
||||||
peer_ips:
|
peer_ips:
|
||||||
- 10.240.0.27
|
- 10.240.0.27
|
||||||
- 10.240.0.28
|
- 10.240.0.28
|
||||||
|
|
@ -177,7 +177,7 @@ datatbase_id_to_config_client_machine_agent_control:
|
||||||
datatbase_id_to_config_analyze_machine_initial:
|
datatbase_id_to_config_analyze_machine_initial:
|
||||||
etcd__tip:
|
etcd__tip:
|
||||||
# if not empty, all test data paths are prefixed
|
# if not empty, all test data paths are prefixed
|
||||||
path_prefix: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/etcd-tip-go1.8.1
|
path_prefix: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/etcd-tip-go1.8.3
|
||||||
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
||||||
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
||||||
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
||||||
|
|
@ -196,7 +196,7 @@ datatbase_id_to_config_analyze_machine_initial:
|
||||||
|
|
||||||
zookeeper__r3_5_3_beta:
|
zookeeper__r3_5_3_beta:
|
||||||
# if not empty, all test data paths are prefixed
|
# if not empty, all test data paths are prefixed
|
||||||
path_prefix: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/zookeeper-r3.5.3-beta-java8
|
path_prefix: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/zookeeper-r3.5.3-beta-java8
|
||||||
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
||||||
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
||||||
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
||||||
|
|
@ -213,9 +213,9 @@ datatbase_id_to_config_analyze_machine_initial:
|
||||||
- 3-server-system-metrics-interpolated.csv
|
- 3-server-system-metrics-interpolated.csv
|
||||||
all_aggregated_output_path: all-aggregated.csv
|
all_aggregated_output_path: all-aggregated.csv
|
||||||
|
|
||||||
consul__v0_8_3:
|
consul__v0_8_4:
|
||||||
# if not empty, all test data paths are prefixed
|
# if not empty, all test data paths are prefixed
|
||||||
path_prefix: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/consul-v0.8.3-go1.8.1
|
path_prefix: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/consul-v0.8.4-go1.8.3
|
||||||
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
||||||
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
||||||
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
||||||
|
|
@ -233,10 +233,10 @@ datatbase_id_to_config_analyze_machine_initial:
|
||||||
all_aggregated_output_path: all-aggregated.csv
|
all_aggregated_output_path: all-aggregated.csv
|
||||||
|
|
||||||
analyze_all_aggregated_output:
|
analyze_all_aggregated_output:
|
||||||
all_aggregated_output_path_csv: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/all-aggregated.csv
|
all_aggregated_output_path_csv: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/all-aggregated.csv
|
||||||
all_aggregated_output_path_txt: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/all-aggregated.txt
|
all_aggregated_output_path_txt: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/all-aggregated.txt
|
||||||
|
|
||||||
analyze_plot_path_prefix: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput
|
analyze_plot_path_prefix: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput
|
||||||
analyze_plot_list:
|
analyze_plot_list:
|
||||||
- column: AVG-LATENCY-MS
|
- column: AVG-LATENCY-MS
|
||||||
x_axis: Second
|
x_axis: Second
|
||||||
|
|
@ -299,81 +299,81 @@ analyze_plot_list:
|
||||||
y_axis: Network Transmit(bytes) (Delta per Second)
|
y_axis: Network Transmit(bytes) (Delta per Second)
|
||||||
|
|
||||||
analyze_readme:
|
analyze_readme:
|
||||||
output_path: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/README.md
|
output_path: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/README.md
|
||||||
|
|
||||||
images:
|
images:
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-LATENCY-MS
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-LATENCY-MS
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-LATENCY-MS.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-LATENCY-MS.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-LATENCY-MS-BY-KEY
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-LATENCY-MS-BY-KEY
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-LATENCY-MS-BY-KEY.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-LATENCY-MS-BY-KEY.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-LATENCY-MS-BY-KEY-ERROR-POINTS
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-LATENCY-MS-BY-KEY-ERROR-POINTS
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-LATENCY-MS-BY-KEY-ERROR-POINTS.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-LATENCY-MS-BY-KEY-ERROR-POINTS.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-THROUGHPUT
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-THROUGHPUT
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-THROUGHPUT.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-THROUGHPUT.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-VOLUNTARY-CTXT-SWITCHES
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-VOLUNTARY-CTXT-SWITCHES
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-VOLUNTARY-CTXT-SWITCHES.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-NON-VOLUNTARY-CTXT-SWITCHES
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-NON-VOLUNTARY-CTXT-SWITCHES
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-NON-VOLUNTARY-CTXT-SWITCHES.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-NON-VOLUNTARY-CTXT-SWITCHES.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-CPU
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-CPU
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-CPU.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-CPU.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/MAX-CPU
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/MAX-CPU
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/MAX-CPU.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/MAX-CPU.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-VMRSS-MB
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-VMRSS-MB
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-VMRSS-MB.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-VMRSS-MB.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-VMRSS-MB-BY-KEY
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-VMRSS-MB-BY-KEY
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-VMRSS-MB-BY-KEY.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-VMRSS-MB-BY-KEY.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-VMRSS-MB-BY-KEY-ERROR-POINTS
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-VMRSS-MB-BY-KEY-ERROR-POINTS
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-VMRSS-MB-BY-KEY-ERROR-POINTS.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-VMRSS-MB-BY-KEY-ERROR-POINTS.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-READS-COMPLETED-DELTA
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-READS-COMPLETED-DELTA
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-READS-COMPLETED-DELTA.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-READS-COMPLETED-DELTA.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-SECTORS-READ-DELTA
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-SECTORS-READ-DELTA
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-SECTORS-READ-DELTA.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-SECTORS-READ-DELTA.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-WRITES-COMPLETED-DELTA
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-WRITES-COMPLETED-DELTA
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-WRITES-COMPLETED-DELTA.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-WRITES-COMPLETED-DELTA.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-SECTORS-WRITTEN-DELTA
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-SECTORS-WRITTEN-DELTA
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-SECTORS-WRITTEN-DELTA.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-SECTORS-WRITTEN-DELTA.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-READ-BYTES-NUM-DELTA
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-READ-BYTES-NUM-DELTA
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-READ-BYTES-NUM-DELTA.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-READ-BYTES-NUM-DELTA.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-WRITE-BYTES-NUM-DELTA
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-WRITE-BYTES-NUM-DELTA
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-WRITE-BYTES-NUM-DELTA.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-WRITE-BYTES-NUM-DELTA.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-RECEIVE-BYTES-NUM-DELTA
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-TRANSMIT-BYTES-NUM-DELTA
|
- title: 2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-TRANSMIT-BYTES-NUM-DELTA
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q2-01-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-TRANSMIT-BYTES-NUM-DELTA.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q2-02-etcd-zookeeper-consul/01-write-1M-keys-best-throughput/AVG-TRANSMIT-BYTES-NUM-DELTA.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
rm -f /tmp/consul.zip
|
rm -f /tmp/consul.zip
|
||||||
curl -sf -o /tmp/consul.zip https://releases.hashicorp.com/consul/0.8.3/consul_0.8.3_linux_amd64.zip
|
curl -sf -o /tmp/consul.zip https://releases.hashicorp.com/consul/0.8.4/consul_0.8.4_linux_amd64.zip
|
||||||
|
|
||||||
rm -f ${GOPATH}/bin/consul
|
rm -f ${GOPATH}/bin/consul
|
||||||
unzip /tmp/consul.zip -d ${GOPATH}/bin
|
unzip /tmp/consul.zip -d ${GOPATH}/bin
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
GO_VERSION=1.8.1
|
GO_VERSION=1.8.3
|
||||||
|
|
||||||
sudo rm -f /usr/local/go/bin/go && sudo rm -rf /usr/local/go && sudo rm -f /bin/go
|
sudo rm -f /usr/local/go/bin/go && sudo rm -rf /usr/local/go && sudo rm -f /bin/go
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,14 +4,14 @@ test_description: |
|
||||||
- 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client)
|
- 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client)
|
||||||
- Ubuntu 16.10 (GNU/Linux kernel 4.8.0-49-generic)
|
- Ubuntu 16.10 (GNU/Linux kernel 4.8.0-49-generic)
|
||||||
- `ulimit -n` is 120000
|
- `ulimit -n` is 120000
|
||||||
- etcd tip (Go 1.8.1, git SHA f4641accc34be80c255ff87673a1cb92342abedd)
|
- etcd tip (Go 1.8.3, git SHA 47a8156851b5a59665421661edb7c813f8a7993e)
|
||||||
- Zookeeper r3.5.3-beta
|
- Zookeeper r3.5.3-beta
|
||||||
- Java 8
|
- Java 8
|
||||||
- javac 1.8.0_131
|
- javac 1.8.0_131
|
||||||
- Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
|
- Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
|
||||||
- Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
|
- Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
|
||||||
- `/usr/bin/java -Djute.maxbuffer=33554432 -Xms50G -Xmx50G`
|
- `/usr/bin/java -Djute.maxbuffer=33554432 -Xms50G -Xmx50G`
|
||||||
- Consul v0.8.3 (Go 1.8.1)
|
- Consul v0.8.4 (Go 1.8.3)
|
||||||
|
|
||||||
# common control options for all client machines
|
# common control options for all client machines
|
||||||
config_client_machine_initial:
|
config_client_machine_initial:
|
||||||
|
|
@ -34,11 +34,11 @@ config_client_machine_initial:
|
||||||
google_cloud_storage_bucket_name: dbtester-results
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/05-read-3M-same-keys-1K-client
|
google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/05-read-3M-same-keys-1K-client
|
||||||
|
|
||||||
all_database_id_list: [etcd__tip, zookeeper__r3_5_3_beta, consul__v0_8_3]
|
all_database_id_list: [etcd__tip, zookeeper__r3_5_3_beta, consul__v0_8_4]
|
||||||
|
|
||||||
datatbase_id_to_config_client_machine_agent_control:
|
datatbase_id_to_config_client_machine_agent_control:
|
||||||
etcd__tip:
|
etcd__tip:
|
||||||
database_description: etcd tip (Go 1.8.1)
|
database_description: etcd tip (Go 1.8.3)
|
||||||
peer_ips:
|
peer_ips:
|
||||||
- 10.240.0.7
|
- 10.240.0.7
|
||||||
- 10.240.0.8
|
- 10.240.0.8
|
||||||
|
|
@ -140,8 +140,8 @@ datatbase_id_to_config_client_machine_agent_control:
|
||||||
step3_stop_database: true
|
step3_stop_database: true
|
||||||
step4_upload_logs: true
|
step4_upload_logs: true
|
||||||
|
|
||||||
consul__v0_8_3:
|
consul__v0_8_4:
|
||||||
database_description: Consul v0.8.3 (Go 1.8.1)
|
database_description: Consul v0.8.4 (Go 1.8.3)
|
||||||
peer_ips:
|
peer_ips:
|
||||||
- 10.240.0.27
|
- 10.240.0.27
|
||||||
- 10.240.0.28
|
- 10.240.0.28
|
||||||
|
|
@ -177,7 +177,7 @@ datatbase_id_to_config_client_machine_agent_control:
|
||||||
datatbase_id_to_config_analyze_machine_initial:
|
datatbase_id_to_config_analyze_machine_initial:
|
||||||
etcd__tip:
|
etcd__tip:
|
||||||
# if not empty, all test data paths are prefixed
|
# if not empty, all test data paths are prefixed
|
||||||
path_prefix: 2017Q2-01-etcd-zookeeper-consul/05-read-3M-same-keys-1K-client/etcd-tip-go1.8.1
|
path_prefix: 2017Q2-01-etcd-zookeeper-consul/05-read-3M-same-keys-1K-client/etcd-tip-go1.8.3
|
||||||
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
||||||
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
||||||
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
||||||
|
|
@ -213,9 +213,9 @@ datatbase_id_to_config_analyze_machine_initial:
|
||||||
- 3-server-system-metrics-interpolated.csv
|
- 3-server-system-metrics-interpolated.csv
|
||||||
all_aggregated_output_path: all-aggregated.csv
|
all_aggregated_output_path: all-aggregated.csv
|
||||||
|
|
||||||
consul__v0_8_3:
|
consul__v0_8_4:
|
||||||
# if not empty, all test data paths are prefixed
|
# if not empty, all test data paths are prefixed
|
||||||
path_prefix: 2017Q2-01-etcd-zookeeper-consul/05-read-3M-same-keys-1K-client/consul-v0.8.3-go1.8.1
|
path_prefix: 2017Q2-01-etcd-zookeeper-consul/05-read-3M-same-keys-1K-client/consul-v0.8.4-go1.8.3
|
||||||
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
||||||
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
||||||
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
||||||
|
|
@ -4,14 +4,14 @@ test_description: |
|
||||||
- 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client)
|
- 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client)
|
||||||
- Ubuntu 16.10 (GNU/Linux kernel 4.8.0-49-generic)
|
- Ubuntu 16.10 (GNU/Linux kernel 4.8.0-49-generic)
|
||||||
- `ulimit -n` is 120000
|
- `ulimit -n` is 120000
|
||||||
- etcd tip (Go 1.8.1, git SHA f4641accc34be80c255ff87673a1cb92342abedd)
|
- etcd tip (Go 1.8.3, git SHA 47a8156851b5a59665421661edb7c813f8a7993e)
|
||||||
- Zookeeper r3.5.3-beta
|
- Zookeeper r3.5.3-beta
|
||||||
- Java 8
|
- Java 8
|
||||||
- javac 1.8.0_131
|
- javac 1.8.0_131
|
||||||
- Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
|
- Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
|
||||||
- Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
|
- Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
|
||||||
- `/usr/bin/java -Djute.maxbuffer=33554432 -Xms50G -Xmx50G`
|
- `/usr/bin/java -Djute.maxbuffer=33554432 -Xms50G -Xmx50G`
|
||||||
- Consul v0.8.3 (Go 1.8.1)
|
- Consul v0.8.4 (Go 1.8.3)
|
||||||
|
|
||||||
# common control options for all client machines
|
# common control options for all client machines
|
||||||
config_client_machine_initial:
|
config_client_machine_initial:
|
||||||
|
|
@ -34,11 +34,11 @@ config_client_machine_initial:
|
||||||
google_cloud_storage_bucket_name: dbtester-results
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/04-read-3M-same-keys-best-throughput
|
google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/04-read-3M-same-keys-best-throughput
|
||||||
|
|
||||||
all_database_id_list: [etcd__tip, zookeeper__r3_5_3_beta, consul__v0_8_3]
|
all_database_id_list: [etcd__tip, zookeeper__r3_5_3_beta, consul__v0_8_4]
|
||||||
|
|
||||||
datatbase_id_to_config_client_machine_agent_control:
|
datatbase_id_to_config_client_machine_agent_control:
|
||||||
etcd__tip:
|
etcd__tip:
|
||||||
database_description: etcd tip (Go 1.8.1)
|
database_description: etcd tip (Go 1.8.3)
|
||||||
peer_ips:
|
peer_ips:
|
||||||
- 10.240.0.7
|
- 10.240.0.7
|
||||||
- 10.240.0.8
|
- 10.240.0.8
|
||||||
|
|
@ -140,8 +140,8 @@ datatbase_id_to_config_client_machine_agent_control:
|
||||||
step3_stop_database: true
|
step3_stop_database: true
|
||||||
step4_upload_logs: true
|
step4_upload_logs: true
|
||||||
|
|
||||||
consul__v0_8_3:
|
consul__v0_8_4:
|
||||||
database_description: Consul v0.8.3 (Go 1.8.1)
|
database_description: Consul v0.8.4 (Go 1.8.3)
|
||||||
peer_ips:
|
peer_ips:
|
||||||
- 10.240.0.27
|
- 10.240.0.27
|
||||||
- 10.240.0.28
|
- 10.240.0.28
|
||||||
|
|
@ -177,7 +177,7 @@ datatbase_id_to_config_client_machine_agent_control:
|
||||||
datatbase_id_to_config_analyze_machine_initial:
|
datatbase_id_to_config_analyze_machine_initial:
|
||||||
etcd__tip:
|
etcd__tip:
|
||||||
# if not empty, all test data paths are prefixed
|
# if not empty, all test data paths are prefixed
|
||||||
path_prefix: 2017Q2-01-etcd-zookeeper-consul/04-read-3M-same-keys-best-throughput/etcd-tip-go1.8.1
|
path_prefix: 2017Q2-01-etcd-zookeeper-consul/04-read-3M-same-keys-best-throughput/etcd-tip-go1.8.3
|
||||||
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
||||||
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
||||||
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
||||||
|
|
@ -213,9 +213,9 @@ datatbase_id_to_config_analyze_machine_initial:
|
||||||
- 3-server-system-metrics-interpolated.csv
|
- 3-server-system-metrics-interpolated.csv
|
||||||
all_aggregated_output_path: all-aggregated.csv
|
all_aggregated_output_path: all-aggregated.csv
|
||||||
|
|
||||||
consul__v0_8_3:
|
consul__v0_8_4:
|
||||||
# if not empty, all test data paths are prefixed
|
# if not empty, all test data paths are prefixed
|
||||||
path_prefix: 2017Q2-01-etcd-zookeeper-consul/04-read-3M-same-keys-best-throughput/consul-v0.8.3-go1.8.1
|
path_prefix: 2017Q2-01-etcd-zookeeper-consul/04-read-3M-same-keys-best-throughput/consul-v0.8.4-go1.8.3
|
||||||
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
||||||
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
||||||
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
||||||
|
|
@ -9,7 +9,7 @@ nohup dbtester agent --network-interface ens4 --disk-device sda --agent-port :
|
||||||
# this starts database stressing, and shuts down the database when done
|
# this starts database stressing, and shuts down the database when done
|
||||||
nohup dbtester control --database-id etcd__tip --config config.yaml > $HOME/control.log 2>&1 &
|
nohup dbtester control --database-id etcd__tip --config config.yaml > $HOME/control.log 2>&1 &
|
||||||
nohup dbtester control --database-id zookeeper__r3_5_3_beta --config config.yaml > $HOME/control.log 2>&1 &
|
nohup dbtester control --database-id zookeeper__r3_5_3_beta --config config.yaml > $HOME/control.log 2>&1 &
|
||||||
nohup dbtester control --database-id consul__v0_8_3 --config config.yaml > $HOME/control.log 2>&1 &
|
nohup dbtester control --database-id consul__v0_8_4 --config config.yaml > $HOME/control.log 2>&1 &
|
||||||
|
|
||||||
# analyze; get all data from remote machines
|
# analyze; get all data from remote machines
|
||||||
# and specify 'analyze' configuration file,
|
# and specify 'analyze' configuration file,
|
||||||
|
|
|
||||||
|
|
@ -4,14 +4,14 @@ test_description: |
|
||||||
- 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client)
|
- 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client)
|
||||||
- Ubuntu 16.10 (GNU/Linux kernel 4.8.0-49-generic)
|
- Ubuntu 16.10 (GNU/Linux kernel 4.8.0-49-generic)
|
||||||
- `ulimit -n` is 120000
|
- `ulimit -n` is 120000
|
||||||
- etcd tip (Go 1.8.1, git SHA f4641accc34be80c255ff87673a1cb92342abedd)
|
- etcd tip (Go 1.8.3, git SHA 47a8156851b5a59665421661edb7c813f8a7993e)
|
||||||
- Zookeeper r3.5.3-beta
|
- Zookeeper r3.5.3-beta
|
||||||
- Java 8
|
- Java 8
|
||||||
- javac 1.8.0_131
|
- javac 1.8.0_131
|
||||||
- Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
|
- Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
|
||||||
- Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
|
- Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
|
||||||
- `/usr/bin/java -Djute.maxbuffer=33554432 -Xms50G -Xmx50G`
|
- `/usr/bin/java -Djute.maxbuffer=33554432 -Xms50G -Xmx50G`
|
||||||
- Consul v0.8.3 (Go 1.8.1)
|
- Consul v0.8.4 (Go 1.8.3)
|
||||||
|
|
||||||
# common control options for all client machines
|
# common control options for all client machines
|
||||||
config_client_machine_initial:
|
config_client_machine_initial:
|
||||||
|
|
@ -34,11 +34,11 @@ config_client_machine_initial:
|
||||||
google_cloud_storage_bucket_name: dbtester-results
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/03-write-1M-keys-1000QPS
|
google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/03-write-1M-keys-1000QPS
|
||||||
|
|
||||||
all_database_id_list: [etcd__tip, zookeeper__r3_5_3_beta, consul__v0_8_3]
|
all_database_id_list: [etcd__tip, zookeeper__r3_5_3_beta, consul__v0_8_4]
|
||||||
|
|
||||||
datatbase_id_to_config_client_machine_agent_control:
|
datatbase_id_to_config_client_machine_agent_control:
|
||||||
etcd__tip:
|
etcd__tip:
|
||||||
database_description: etcd tip (Go 1.8.1)
|
database_description: etcd tip (Go 1.8.3)
|
||||||
peer_ips:
|
peer_ips:
|
||||||
- 10.240.0.7
|
- 10.240.0.7
|
||||||
- 10.240.0.8
|
- 10.240.0.8
|
||||||
|
|
@ -140,8 +140,8 @@ datatbase_id_to_config_client_machine_agent_control:
|
||||||
step3_stop_database: true
|
step3_stop_database: true
|
||||||
step4_upload_logs: true
|
step4_upload_logs: true
|
||||||
|
|
||||||
consul__v0_8_3:
|
consul__v0_8_4:
|
||||||
database_description: Consul v0.8.3 (Go 1.8.1)
|
database_description: Consul v0.8.4 (Go 1.8.3)
|
||||||
peer_ips:
|
peer_ips:
|
||||||
- 10.240.0.27
|
- 10.240.0.27
|
||||||
- 10.240.0.28
|
- 10.240.0.28
|
||||||
|
|
@ -177,7 +177,7 @@ datatbase_id_to_config_client_machine_agent_control:
|
||||||
datatbase_id_to_config_analyze_machine_initial:
|
datatbase_id_to_config_analyze_machine_initial:
|
||||||
etcd__tip:
|
etcd__tip:
|
||||||
# if not empty, all test data paths are prefixed
|
# if not empty, all test data paths are prefixed
|
||||||
path_prefix: 2017Q2-01-etcd-zookeeper-consul/03-write-1M-keys-1000QPS/etcd-tip-go1.8.1
|
path_prefix: 2017Q2-01-etcd-zookeeper-consul/03-write-1M-keys-1000QPS/etcd-tip-go1.8.3
|
||||||
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
||||||
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
||||||
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
||||||
|
|
@ -213,9 +213,9 @@ datatbase_id_to_config_analyze_machine_initial:
|
||||||
- 3-server-system-metrics-interpolated.csv
|
- 3-server-system-metrics-interpolated.csv
|
||||||
all_aggregated_output_path: all-aggregated.csv
|
all_aggregated_output_path: all-aggregated.csv
|
||||||
|
|
||||||
consul__v0_8_3:
|
consul__v0_8_4:
|
||||||
# if not empty, all test data paths are prefixed
|
# if not empty, all test data paths are prefixed
|
||||||
path_prefix: 2017Q2-01-etcd-zookeeper-consul/03-write-1M-keys-1000QPS/consul-v0.8.3-go1.8.1
|
path_prefix: 2017Q2-01-etcd-zookeeper-consul/03-write-1M-keys-1000QPS/consul-v0.8.4-go1.8.3
|
||||||
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
||||||
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
||||||
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
||||||
|
|
@ -4,14 +4,14 @@ test_description: |
|
||||||
- 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client)
|
- 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client)
|
||||||
- Ubuntu 16.10 (GNU/Linux kernel 4.8.0-49-generic)
|
- Ubuntu 16.10 (GNU/Linux kernel 4.8.0-49-generic)
|
||||||
- `ulimit -n` is 120000
|
- `ulimit -n` is 120000
|
||||||
- etcd tip (Go 1.8.1, git SHA f4641accc34be80c255ff87673a1cb92342abedd)
|
- etcd tip (Go 1.8.3, git SHA 47a8156851b5a59665421661edb7c813f8a7993e)
|
||||||
- Zookeeper r3.5.3-beta
|
- Zookeeper r3.5.3-beta
|
||||||
- Java 8
|
- Java 8
|
||||||
- javac 1.8.0_131
|
- javac 1.8.0_131
|
||||||
- Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
|
- Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
|
||||||
- Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
|
- Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
|
||||||
- `/usr/bin/java -Djute.maxbuffer=33554432 -Xms50G -Xmx50G`
|
- `/usr/bin/java -Djute.maxbuffer=33554432 -Xms50G -Xmx50G`
|
||||||
- Consul v0.8.3 (Go 1.8.1)
|
- Consul v0.8.4 (Go 1.8.3)
|
||||||
|
|
||||||
# common control options for all client machines
|
# common control options for all client machines
|
||||||
config_client_machine_initial:
|
config_client_machine_initial:
|
||||||
|
|
@ -34,11 +34,11 @@ config_client_machine_initial:
|
||||||
google_cloud_storage_bucket_name: dbtester-results
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/01-write-1M-keys-client-variable
|
google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/01-write-1M-keys-client-variable
|
||||||
|
|
||||||
all_database_id_list: [etcd__tip, zookeeper__r3_5_3_beta, consul__v0_8_3]
|
all_database_id_list: [etcd__tip, zookeeper__r3_5_3_beta, consul__v0_8_4]
|
||||||
|
|
||||||
datatbase_id_to_config_client_machine_agent_control:
|
datatbase_id_to_config_client_machine_agent_control:
|
||||||
etcd__tip:
|
etcd__tip:
|
||||||
database_description: etcd tip (Go 1.8.1)
|
database_description: etcd tip (Go 1.8.3)
|
||||||
peer_ips:
|
peer_ips:
|
||||||
- 10.240.0.7
|
- 10.240.0.7
|
||||||
- 10.240.0.8
|
- 10.240.0.8
|
||||||
|
|
@ -140,8 +140,8 @@ datatbase_id_to_config_client_machine_agent_control:
|
||||||
step3_stop_database: true
|
step3_stop_database: true
|
||||||
step4_upload_logs: true
|
step4_upload_logs: true
|
||||||
|
|
||||||
consul__v0_8_3:
|
consul__v0_8_4:
|
||||||
database_description: Consul v0.8.3 (Go 1.8.1)
|
database_description: Consul v0.8.4 (Go 1.8.3)
|
||||||
peer_ips:
|
peer_ips:
|
||||||
- 10.240.0.27
|
- 10.240.0.27
|
||||||
- 10.240.0.28
|
- 10.240.0.28
|
||||||
|
|
@ -177,7 +177,7 @@ datatbase_id_to_config_client_machine_agent_control:
|
||||||
datatbase_id_to_config_analyze_machine_initial:
|
datatbase_id_to_config_analyze_machine_initial:
|
||||||
etcd__tip:
|
etcd__tip:
|
||||||
# if not empty, all test data paths are prefixed
|
# if not empty, all test data paths are prefixed
|
||||||
path_prefix: 2017Q2-01-etcd-zookeeper-consul/01-write-1M-keys-client-variable/etcd-tip-go1.8.1
|
path_prefix: 2017Q2-01-etcd-zookeeper-consul/01-write-1M-keys-client-variable/etcd-tip-go1.8.3
|
||||||
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
||||||
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
||||||
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
||||||
|
|
@ -213,9 +213,9 @@ datatbase_id_to_config_analyze_machine_initial:
|
||||||
- 3-server-system-metrics-interpolated.csv
|
- 3-server-system-metrics-interpolated.csv
|
||||||
all_aggregated_output_path: all-aggregated.csv
|
all_aggregated_output_path: all-aggregated.csv
|
||||||
|
|
||||||
consul__v0_8_3:
|
consul__v0_8_4:
|
||||||
# if not empty, all test data paths are prefixed
|
# if not empty, all test data paths are prefixed
|
||||||
path_prefix: 2017Q2-01-etcd-zookeeper-consul/01-write-1M-keys-client-variable/consul-v0.8.3-go1.8.1
|
path_prefix: 2017Q2-01-etcd-zookeeper-consul/01-write-1M-keys-client-variable/consul-v0.8.4-go1.8.3
|
||||||
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
||||||
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
||||||
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
||||||
|
|
@ -4,14 +4,14 @@ test_description: |
|
||||||
- 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client)
|
- 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client)
|
||||||
- Ubuntu 16.10 (GNU/Linux kernel 4.8.0-49-generic)
|
- Ubuntu 16.10 (GNU/Linux kernel 4.8.0-49-generic)
|
||||||
- `ulimit -n` is 120000
|
- `ulimit -n` is 120000
|
||||||
- etcd tip (Go 1.8.1, git SHA f4641accc34be80c255ff87673a1cb92342abedd)
|
- etcd tip (Go 1.8.3, git SHA 47a8156851b5a59665421661edb7c813f8a7993e)
|
||||||
- Zookeeper r3.5.3-beta
|
- Zookeeper r3.5.3-beta
|
||||||
- Java 8
|
- Java 8
|
||||||
- javac 1.8.0_131
|
- javac 1.8.0_131
|
||||||
- Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
|
- Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
|
||||||
- Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
|
- Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
|
||||||
- `/usr/bin/java -Djute.maxbuffer=33554432 -Xms50G -Xmx50G`
|
- `/usr/bin/java -Djute.maxbuffer=33554432 -Xms50G -Xmx50G`
|
||||||
- Consul v0.8.3 (Go 1.8.1)
|
- Consul v0.8.4 (Go 1.8.3)
|
||||||
|
|
||||||
# common control options for all client machines
|
# common control options for all client machines
|
||||||
config_client_machine_initial:
|
config_client_machine_initial:
|
||||||
|
|
@ -34,11 +34,11 @@ config_client_machine_initial:
|
||||||
google_cloud_storage_bucket_name: dbtester-results
|
google_cloud_storage_bucket_name: dbtester-results
|
||||||
google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/write-too-many-keys
|
google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/write-too-many-keys
|
||||||
|
|
||||||
all_database_id_list: [etcd__tip, zookeeper__r3_5_3_beta, consul__v0_8_3]
|
all_database_id_list: [etcd__tip, zookeeper__r3_5_3_beta, consul__v0_8_4]
|
||||||
|
|
||||||
datatbase_id_to_config_client_machine_agent_control:
|
datatbase_id_to_config_client_machine_agent_control:
|
||||||
etcd__tip:
|
etcd__tip:
|
||||||
database_description: etcd tip (Go 1.8.1)
|
database_description: etcd tip (Go 1.8.3)
|
||||||
peer_ips:
|
peer_ips:
|
||||||
- 10.240.0.7
|
- 10.240.0.7
|
||||||
- 10.240.0.8
|
- 10.240.0.8
|
||||||
|
|
@ -140,8 +140,8 @@ datatbase_id_to_config_client_machine_agent_control:
|
||||||
step3_stop_database: true
|
step3_stop_database: true
|
||||||
step4_upload_logs: true
|
step4_upload_logs: true
|
||||||
|
|
||||||
consul__v0_8_3:
|
consul__v0_8_4:
|
||||||
database_description: Consul v0.8.3 (Go 1.8.1)
|
database_description: Consul v0.8.4 (Go 1.8.3)
|
||||||
peer_ips:
|
peer_ips:
|
||||||
- 10.240.0.27
|
- 10.240.0.27
|
||||||
- 10.240.0.28
|
- 10.240.0.28
|
||||||
|
|
@ -177,7 +177,7 @@ datatbase_id_to_config_client_machine_agent_control:
|
||||||
datatbase_id_to_config_analyze_machine_initial:
|
datatbase_id_to_config_analyze_machine_initial:
|
||||||
etcd__tip:
|
etcd__tip:
|
||||||
# if not empty, all test data paths are prefixed
|
# if not empty, all test data paths are prefixed
|
||||||
path_prefix: 2017Q2-01-etcd-zookeeper-consul/write-too-many-keys/etcd-tip-go1.8.1
|
path_prefix: 2017Q2-01-etcd-zookeeper-consul/write-too-many-keys/etcd-tip-go1.8.3
|
||||||
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
||||||
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
||||||
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
||||||
|
|
@ -213,9 +213,9 @@ datatbase_id_to_config_analyze_machine_initial:
|
||||||
- 3-server-system-metrics-interpolated.csv
|
- 3-server-system-metrics-interpolated.csv
|
||||||
all_aggregated_output_path: all-aggregated.csv
|
all_aggregated_output_path: all-aggregated.csv
|
||||||
|
|
||||||
consul__v0_8_3:
|
consul__v0_8_4:
|
||||||
# if not empty, all test data paths are prefixed
|
# if not empty, all test data paths are prefixed
|
||||||
path_prefix: 2017Q2-01-etcd-zookeeper-consul/write-too-many-keys/consul-v0.8.3-go1.8.1
|
path_prefix: 2017Q2-01-etcd-zookeeper-consul/write-too-many-keys/consul-v0.8.4-go1.8.3
|
||||||
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
client_system_metrics_interpolated_path: client-system-metrics-interpolated.csv
|
||||||
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
client_latency_throughput_timeseries_path: client-latency-throughput-timeseries.csv
|
||||||
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
client_latency_distribution_all_path: client-latency-distribution-all.csv
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue