This commit is contained in:
Gyu-Ho Lee 2016-03-28 01:15:58 -07:00
parent d06c3e0237
commit be1f2e2ad4
2 changed files with 30 additions and 2 deletions

View File

@ -12,5 +12,9 @@ dbtester analyze --same-database --output=bench-20160328/bench-all-aggregated.cs
# plot
IMAGE_TITLE="Write 3M keys, 700 conns, 1500 clients, key 64 bytes, value 256 bytes"
dbtester analyze --output=bench-20160328/bench-plot --image-format=png --file-to-plot=bench-20160328/bench-all-aggregated.csv --image-title="$(echo $IMAGE_TITLE)"
dbtester analyze --output=bench-20160328/bench-plot --image-format=svg --file-to-plot=bench-20160328/bench-all-aggregated.csv --image-title="$(echo $IMAGE_TITLE)"
dbtester analyze --same-database --output=bench-20160328/bench-plot --image-format=png --file-to-plot=bench-20160328/bench-all-aggregated.csv --image-title="$(echo $IMAGE_TITLE)"
dbtester analyze --same-database --output=bench-20160328/bench-plot --image-format=svg --file-to-plot=bench-20160328/bench-all-aggregated.csv --image-title="$(echo $IMAGE_TITLE)"
#######################################################################
# generate README
dbtester readme --readme-dir=bench-20160328 --readme-preface=README_template

View File

@ -0,0 +1,24 @@
#### Testing environment
- Google Cloud Compute Engine
- 8 vCPUs + 16GB Memory + 375GB local SSD (SCSI)
- Ubuntu 15.10
- Go 1.6 with etcd master branch as of testing date
- Java 8 with Zookeeper 3.4.8(current)
- Java(TM) SE Runtime Environment (build 1.8.0_74-b02)
- Java HotSpot(TM) 64-Bit Server VM (build 25.74-b02, mixed mode)
- Serialized read
<br><br><hr>
##### Results
![bench-plot-avg-cpu.png](./bench-plot-avg-cpu.png)
![bench-plot-avg-latency-ms.png](./bench-plot-avg-latency-ms.png)
![bench-plot-avg-mem.png](./bench-plot-avg-mem.png)
![bench-plot-throughput.png](./bench-plot-throughput.png)