package
0.0.0-20240610185915-c6d1679831ee
Repository: https://github.com/gabspt/connectionstats.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
LogFlowTable writes all flows remaining in the FlowTable to the log.
NewFlowTable Constructs a new FlowTable
func NewFlowTable() *FlowTable { return &FlowTable{Ticker: time.NewTicker(time.Second * 10)} }.
Run starts the probe.
No description provided by the author
# Constants
5s time to evict entries from the flowstracker map in seconds.
Convert EVICTION_TIME to nanoseconds.
10000ms = 10s.
300000ms = 5min.
200000ms = 3min and 20s.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author