package cmd
import "github.com/coreos/etcd/tools/benchmark/cmd"
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
Types ¶
type TimeSeries ¶
type TimeSeries []timeSeries
func (TimeSeries) Len ¶
func (t TimeSeries) Len() int
func (TimeSeries) Less ¶
func (t TimeSeries) Less(i, j int) bool
func (TimeSeries) String ¶
func (ts TimeSeries) String() string
func (TimeSeries) Swap ¶
func (t TimeSeries) Swap(i, j int)
Source Files ¶
put.go range.go report.go root.go storage-put.go storage.go timeseries.go util.go watch.go
- Version
- v2.3.8+incompatible (latest)
- Published
- Feb 16, 2017
- Platform
- linux/amd64
- Imports
- 23 packages
- Last checked
- 19 hours ago –
Tools for package owners.