mirror of https://github.com/etcd-io/dbtester.git
dbtester: add more plot lists
This commit is contained in:
parent
fed5381fe2
commit
c0ef8e9409
|
|
@ -334,6 +334,26 @@ func TestConfig(t *testing.T) {
|
||||||
"2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-SECTORS-WRITTEN-DELTA.png",
|
"2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-SECTORS-WRITTEN-DELTA.png",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Column: "AVG-READ-BYTES-DELTA",
|
||||||
|
XAxis: "Second",
|
||||||
|
YAxis: "Read Bytes (Delta per Second)",
|
||||||
|
OutputPathCSV: "2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-READ-BYTES-DELTA.csv",
|
||||||
|
OutputPathList: []string{
|
||||||
|
"2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-READ-BYTES-DELTA.svg",
|
||||||
|
"2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-READ-BYTES-DELTA.png",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Column: "AVG-WRITE-BYTES-DELTA",
|
||||||
|
XAxis: "Second",
|
||||||
|
YAxis: "Write Bytes (Delta per Second)",
|
||||||
|
OutputPathCSV: "2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-WRITE-BYTES-DELTA.csv",
|
||||||
|
OutputPathList: []string{
|
||||||
|
"2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-WRITE-BYTES-DELTA.svg",
|
||||||
|
"2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-WRITE-BYTES-DELTA.png",
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Column: "AVG-RECEIVE-BYTES-NUM-DELTA",
|
Column: "AVG-RECEIVE-BYTES-NUM-DELTA",
|
||||||
XAxis: "Second",
|
XAxis: "Second",
|
||||||
|
|
@ -429,6 +449,16 @@ func TestConfig(t *testing.T) {
|
||||||
Path: "https://storage.googleapis.com/dbtester-results/2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-SECTORS-WRITTEN-DELTA.svg",
|
Path: "https://storage.googleapis.com/dbtester-results/2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-SECTORS-WRITTEN-DELTA.svg",
|
||||||
Type: "remote",
|
Type: "remote",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Title: "2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-READ-BYTES-DELTA",
|
||||||
|
Path: "https://storage.googleapis.com/dbtester-results/2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-READ-BYTES-DELTA.svg",
|
||||||
|
Type: "remote",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Title: "2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-WRITE-BYTES-DELTA",
|
||||||
|
Path: "https://storage.googleapis.com/dbtester-results/2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-WRITE-BYTES-DELTA.svg",
|
||||||
|
Type: "remote",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Title: "2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA",
|
Title: "2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA",
|
||||||
Path: "https://storage.googleapis.com/dbtester-results/2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA.svg",
|
Path: "https://storage.googleapis.com/dbtester-results/2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA.svg",
|
||||||
|
|
|
||||||
|
|
@ -269,6 +269,14 @@ plot_list:
|
||||||
x_axis: Second
|
x_axis: Second
|
||||||
y_axis: Sectors Written (Delta per Second)
|
y_axis: Sectors Written (Delta per Second)
|
||||||
|
|
||||||
|
- column: AVG-READ-BYTES-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Read Bytes (Delta per Second)
|
||||||
|
|
||||||
|
- column: AVG-WRITE-BYTES-DELTA
|
||||||
|
x_axis: Second
|
||||||
|
y_axis: Write Bytes (Delta per Second)
|
||||||
|
|
||||||
- column: AVG-RECEIVE-BYTES-NUM-DELTA
|
- column: AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
x_axis: Second
|
x_axis: Second
|
||||||
y_axis: Network Receive(bytes) (Delta per Second)
|
y_axis: Network Receive(bytes) (Delta per Second)
|
||||||
|
|
@ -337,6 +345,14 @@ readme:
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-SECTORS-WRITTEN-DELTA.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-SECTORS-WRITTEN-DELTA.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
||||||
|
- title: 2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-READ-BYTES-DELTA
|
||||||
|
path: https://storage.googleapis.com/dbtester-results/2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-READ-BYTES-DELTA.svg
|
||||||
|
type: remote
|
||||||
|
|
||||||
|
- title: 2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-WRITE-BYTES-DELTA
|
||||||
|
path: https://storage.googleapis.com/dbtester-results/2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-WRITE-BYTES-DELTA.svg
|
||||||
|
type: remote
|
||||||
|
|
||||||
- title: 2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA
|
- title: 2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA
|
||||||
path: https://storage.googleapis.com/dbtester-results/2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
path: https://storage.googleapis.com/dbtester-results/2017Q1-00-etcd-zookeeper-consul/01-write-1M-keys-client-variable/AVG-RECEIVE-BYTES-NUM-DELTA.svg
|
||||||
type: remote
|
type: remote
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue