Distributed database benchmark tester
Go to file
Gyu-Ho Lee a95e2d81e4 Merge pull request #15 from coreos/readme
README
2016-03-25 13:50:30 -07:00
Godeps README 2016-03-25 13:49:57 -07:00
agent *: reorganize pkgs 2016-03-24 22:35:34 -07:00
analyze README 2016-03-25 13:49:57 -07:00
bench *: reorganize pkgs 2016-03-24 22:35:34 -07:00
bench-results README 2016-03-25 13:49:57 -07:00
control clean up flags 2016-03-24 20:23:37 -07:00
remotestorage remotestorage: clean up vars 2016-03-24 23:13:29 -07:00
upload *: minor clean up 2016-03-25 09:15:16 -07:00
vendor README 2016-03-25 13:49:57 -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 *: reorganize pkgs 2016-03-24 22:35:34 -07:00
install.sh *: reorganize pkgs 2016-03-24 22:35:34 -07:00
main.go *: minor clean up 2016-03-25 09:15:16 -07:00
test initial commit 2016-03-15 17:06:35 -07:00

README.md

dbtester

Build Status Godoc

Distributed database tester.

Please databases as in install.sh. And:

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 $RPC_ENDPOINTS) --database=etcd 
dbtester start --agent-endpoints=$(echo $RPC_ENDPOINTS) --database=etcd2 
dbtester start --agent-endpoints=$(echo $RPC_ENDPOINTS) --database=zk
dbtester start --agent-endpoints=$(echo $RPC_ENDPOINTS) --database=consul