package cmd

import "github.com/coreos/etcd/tools/benchmark/cmd"

Package cmd implements individual benchmark commands for the benchmark utility.

Index

Variables

var RootCmd = &cobra.Command{
	Use:   "benchmark",
	Short: "A low-level benchmark tool for etcd3",
	Long: `benchmark is a low-level benchmark tool for etcd3.
It uses gRPC client directly and does not depend on 
etcd client library.
	`,
}

This represents the base command when called without any subcommands

Source Files

doc.go lease.go mvcc-put.go mvcc.go put.go range.go root.go stm.go txn_put.go util.go watch.go watch_get.go watch_latency.go

Version
v3.3.0-rc.2+incompatible
Published
Jan 11, 2018
Platform
linux/amd64
Imports
25 packages
Last checked
1 day ago

Tools for package owners.