Distributed database benchmark tester
Go to file
Gyu-Ho Lee c123d5bd2a agent: fix wrong binary path 2016-03-23 04:42:09 -07:00
agent agent: fix wrong binary path 2016-03-23 04:42:09 -07:00
bench *: add Consul 2016-03-23 04:09:11 -07:00
bench-analyze godoc 2016-03-22 00:00:30 -07:00
bench-uploader godoc 2016-03-22 00:00:30 -07:00
control control: add consul to Request type 2016-03-23 04:38:41 -07:00
remotestorage *: add bench-uploader with remotestorage 2016-03-21 21:45:35 -07:00
.travis.yml travis 2016-03-15 17:08:54 -07:00
CONTRIBUTING.md initial commit 2016-03-15 17:06:35 -07:00
DCO initial commit 2016-03-15 17:06:35 -07:00
LICENSE initial commit 2016-03-15 17:06:35 -07:00
NOTICE initial commit 2016-03-15 17:06:35 -07:00
README.md update README 2016-03-21 15:02:33 -07:00
install.sh install.sh 2016-03-21 22:49:17 -07:00
main.go *: fix import path, combine results 2016-03-21 04:10:43 -07:00
test initial commit 2016-03-15 17:06:35 -07:00

README.md

dbtester

Build Status Godoc

Distributed database tester.

Run install.sh:

go get github.com/coreos/dbtester

# For each machine
dbtester agent
dbtester agent
dbtester agent
dbtester agent
dbtester agent

# Client machine
dbtester start --agent-endpoints="$(echo $ETCD_RPC_ENDPOINTS)" --database="etcd" 
dbtester start --agent-endpoints="$(echo $ZK_RPC_ENDPOINTS)"   --database="zk" --zk-max-client-conns=5000