Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadConfig ¶
Types ¶
type Config ¶
type Config struct { // ClusterConfig defines the load-test agent cluster configuration. ClusterConfig cluster.LoadAgentClusterConfig // MonitorConfig holds the performance monitor configuration. MonitorConfig performance.MonitorConfig }
Config holds the necessary information to drive a cluster of load-test agents performing a load-test on a target instance.
type Coordinator ¶
type Coordinator struct {
// contains filtered or unexported fields
}
Coordinator is the object used to coordinate a cluster of load-test agents.
func New ¶
func New(config *Config) (*Coordinator, error)
New creates and initializes a new Coordinator for the given config. An error is returned if the initialization fails.
func (*Coordinator) Run ¶
func (c *Coordinator) Run() error
Run starts a cluster of load-test agents.
Click to show internal directories.
Click to hide internal directories.