Documentation ¶
Overview ¶
Package boomer provides commands to run load tests and display results.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Boomer ¶
type Boomer struct { RangeNumber uint64 MultiNumber uint64 // N is the total number of requests to make. N int // C is the concurrency level, the number of concurrent workers to run. C int // User string Password string Host string Database string Table string Protocol string // Qps is the rate limit. Qps int DLen int // Output represents the output type. If "csv" is provided, the // output will be dumped as a csv stream. Output string Times int // 1: random insert // 2: order insert // 3: random select // 4: single select Mode int // only for order insert and order select Base int //records chan *record // verify area Verify bool StepVerify bool DeletePeerVerify uint64 ClusterId uint64 ClusterToken string MasterAddr string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.