Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MetricReqs = stats.New("http_reqs", stats.Counter) MetricReqDuration = stats.New("http_req_duration", stats.Trend, stats.Time) MetricReqBlocked = stats.New("http_req_blocked", stats.Trend, stats.Time) MetricReqLookingUp = stats.New("http_req_looking_up", stats.Trend, stats.Time) MetricReqConnecting = stats.New("http_req_connecting", stats.Trend, stats.Time) MetricReqSending = stats.New("http_req_sending", stats.Trend, stats.Time) MetricReqWaiting = stats.New("http_req_waiting", stats.Trend, stats.Time) MetricReqReceiving = stats.New("http_req_receiving", stats.Trend, stats.Time) )
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct { URL *url.URL Transport *http.Transport Options lib.Options // contains filtered or unexported fields }
func (*Runner) ApplyOptions ¶
func (*Runner) GetDefaultGroup ¶ added in v0.5.0
func (Runner) GetOptions ¶
Click to show internal directories.
Click to hide internal directories.