Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + type Progress interface + AddToTotal func(delta int64) + IncrementErrorsBy func(count int64) + IncrementFailedRequestsBy func(count int64) + IncrementMatched func() + IncrementRequests func() + Init func(hostCount int64, rulesCount int, requestCount int64) + SetRequests func(count uint64) + Stop func() + func NewStatsTicker(duration int, active, outputJSON, cloud bool, port int) (Progress, error) + type StatsTicker struct + func (p *StatsTicker) AddToTotal(delta int64) + func (p *StatsTicker) IncrementErrorsBy(count int64) + func (p *StatsTicker) IncrementFailedRequestsBy(count int64) + func (p *StatsTicker) IncrementMatched() + func (p *StatsTicker) IncrementRequests() + func (p *StatsTicker) Init(hostCount int64, rulesCount int, requestCount int64) + func (p *StatsTicker) SetRequests(count uint64) + func (p *StatsTicker) Stop()