Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct { config.InstanceConfig Targets []string `toml:"targets"` Count int `toml:"count"` // ping -c <COUNT> PingInterval float64 `toml:"ping_interval"` // ping -i <INTERVAL> Timeout float64 `toml:"timeout"` // ping -W <TIMEOUT> Interface string `toml:"interface"` // ping -I/-S <INTERFACE/SRC_ADDR> IPv6 bool `toml:"ipv6"` // Whether to resolve addresses using ipv6 or not. Size *int `toml:"size"` // Packet size Conc int `toml:"concurrency"` // max concurrency coroutine // contains filtered or unexported fields }
func (*Instance) Gather ¶
func (ins *Instance) Gather(slist *types.SampleList)
Click to show internal directories.
Click to hide internal directories.