mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
15 lines
283 B
Markdown
15 lines
283 B
Markdown
# etcd/tools/benchmark
|
|
|
|
`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.
|
|
|
|
## Install
|
|
|
|
To install `benchmark` follow these steps.
|
|
|
|
```sh
|
|
$ go get go.etcd.io/etcd/v3/tools/benchmark
|
|
$ benchmark --help
|
|
```
|
|
|
|
Last command should output of usage of `benchmark`.
|