package
3.6.0-alpha.0
Repository: https://github.com/etcd-io/etcd.git
Documentation: pkg.go.dev

# README

etcd/tools/benchmark

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

Install

To install benchmark follow these steps.

$ go get go.etcd.io/etcd/v3/tools/benchmark
$ benchmark --help

Last command should output of usage of benchmark.

# Packages

Package cmd implements individual benchmark commands for the benchmark utility.