Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DialCount = stats.New("dns.dial.count", stats.Counter) DialError = stats.New("dns.dial.error", stats.Counter) RequestCount = stats.New("dns.request.count", stats.Counter) RequestError = stats.New("dns.request.error", stats.Counter) ResponseTime = stats.New("dns.response.time", stats.Trend, stats.Time) )
Functions ¶
func NewK6UDPConn ¶
Types ¶
type K6DNS ¶
type K6DNS struct { Version string // contains filtered or unexported fields }
func (*K6DNS) SetDialTimeout ¶
func (*K6DNS) SetReadTimeout ¶
func (*K6DNS) SetWriteTimeout ¶
Click to show internal directories.
Click to hide internal directories.