Distributed database benchmark tester
Go to file
Gyu-Ho Lee 4ac4546a8d update README 2016-03-21 15:02:33 -07:00
agent update README 2016-03-21 15:02:33 -07:00
bench *: Google cloud integration 2016-03-21 14:42:48 -07:00
bench-analyze bench: retry when creating keys 2016-03-21 04:24:11 -07:00
control *: Google cloud integration 2016-03-21 14:42:48 -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 update README 2016-03-21 15:02:33 -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