-
Notifications
You must be signed in to change notification settings - Fork 321
AggregateFirst
AggregateFirst — Click element; lets through first packet per aggregate annotation
AggregateFirst([KEYWORDS])
Ports: 1 input, 1-2 outputs
Processing: agnostic, but output 1 is push
Drivers: userlevel
AggregateFirst forwards only the first packet with a given aggregate annotation value. Second and subsequent packets with that aggregate annotation are emitted on the second output, if it exists, or dropped if it does not.
Keyword arguments are:
- NOTIFIER — The name of an AggregateNotifier element, like AggregateIPFlows. If given, then AggregateFirst will prune information about old aggregates. This can save significant memory on long traces.
AggregateLast forwards the last packet with a given aggregate annotation value, and additionally annotates the packet with the observed packet and byte counts. It takes significantly more memory, however.
Only available in user-level processes.
AggregateLast, AggregateIP, AggregateIPFlows, AggregateCounter, AggregateFilter
Generated by click-elem2man from ../elements/analysis/aggregatefirst.hh:7
on 2017/10/17.