Versions in this module Expand all Collapse all v1 v1.5.0 Jan 23, 2020 Changes in this version + type JsonReport struct + ReportedBandwidth int64 + ReportedBandwidthPercentage float64 + ReportedKeys int + Rows []map[string]interface{} + Stats StatsSet + Timestamp string + TotalBandwidth int64 + TotalKeys int type Stats + PacketsDroppedParser int + func (s Stats) Diff(other Stats) Stats + type StatsSet struct + Culumative *Stats + Incremental *Stats v1.4.0 Oct 20, 2017 Changes in this version + type StatProvider func() Stats + type Stats struct + PacketsCaptured int + PacketsDroppedAnalysis int + PacketsDroppedKernel int + PacketsDroppedTotal int + PacketsEnteredFilter int + PacketsPassedFilter int + ResponsesParsed int + type UIHandler interface + Log func(items ...interface{}) + Run func() error + func New(analysisPool *analysis.Pool, interval time.Duration, cumulative bool, ...) UIHandler