Distributed database benchmark tester
Go to file
Gyu-Ho Lee d921f18a23 *: Google cloud integration
Fix https://github.com/coreos/dbtester/issues/6.
2016-03-21 14:42:48 -07:00
agent *: Google cloud integration 2016-03-21 14:42:48 -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 flags 2016-03-21 00:04:17 -07:00
install.sh initial commit 2016-03-15 17:06:35 -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 --working-directory $WORKING_DIR --monitor
dbtester agent --working-directory $WORKING_DIR --monitor
dbtester agent --working-directory $WORKING_DIR --monitor
dbtester agent --working-directory $WORKING_DIR --monitor
dbtester agent --working-directory $WORKING_DIR --monitor

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