etcd/tools/benchmark
yoyinzyc 57aa68af5a etcdserver: trace compaction request; add return parameter 'trace' to applierV3.Compaction()
mvcc: trace compaction request; add input parameter 'trace' to KV.Compact()
2019-10-07 09:55:27 -07:00
..
cmd etcdserver: trace compaction request; add return parameter 'trace' to applierV3.Compaction() 2019-10-07 09:55:27 -07:00
.gitignore tools/benchmark: ignore the binary "benchmark" 2015-12-30 16:02:52 +09:00
README.md benchmark: fix install docs 2019-02-18 18:15:40 +08:00
doc.go *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
main.go *: revert module import paths 2019-05-28 15:39:35 -07:00

README.md

etcd/tools/benchmark

etcd/tools/benchmark is the official benchmarking tool for etcd clusters.

Download and install

To get benchmark from the master branch via go get:

$ go get go.etcd.io/etcd/tools/benchmark
# GOPATH should be set
$ ls $GOPATH/bin
benchmark