Documentation ¶
Overview ¶
Package server implements a component that runs the netflow server. When running, it listens for network traffic according to configured listeners and aggregates traffic data to send to the backend. It does not expose any public methods.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Component ¶
type Component interface{}
Component is the component type. It has no exposed methods.
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider provides the functionality to populate the status output
type Server ¶
type Server struct { Addr string FlowAgg *flowaggregator.FlowAggregator // contains filtered or unexported fields }
Server manages netflow listeners.
Click to show internal directories.
Click to hide internal directories.