Skip to content
Tom Barbette edited this page May 7, 2020 · 3 revisions

AggregateLength Element Documentation

NAME

AggregateLength — Click element; sets aggregate annotation based on packet length

SYNOPSIS

AggregateLength(KEYWORDS)

Batching: Batching natively supported
Ports: 1 input, 1 output
Processing: agnostic
Drivers: userlevel

DESCRIPTION

AggregateLength sets the aggregate annotation on every passing packet to the packet's length, plus any length stored in the extra length annotation.

Keyword arguments are:

  • IP — Boolean. If true, then only include length starting at the IP header. Default is false.

NOTES

If IP is true, then packets without a network header are pushed onto output 1, or dropped if there is no output 1.

SEE ALSO

AggregateIP, AggregateCounter

Generated by click-elem2man from ../elements/analysis/aggregatelen.hh:7 on 2020/05/07.

Clone this wiki locally