Skip to content
Tom Barbette edited this page Nov 25, 2022 · 1 revision

FlowWebGen Element Documentation

NAME

FlowWebGen — Click element;

SYNOPSIS

FlowWebGen(PREFIX, DST, RATE)

Batching: Batching natively supported
Ports: 1 input, 1 output
Processing: push

DESCRIPTION

Ask for a random web pages over and over with repeated HTTP connections. Generate them with random source IP addresses starting with PREFIX, and destination address DST.

EXAMPLES

kt :: KernelTap(11.11.0.0/16); kt -> Strip(14)

 -> FlowWebGen(11.11.0.0/16, 10.0.0.1)
 -> EtherEncap(0x0800, 1:1:1:1:1:1, 2:2:2:2:2:2)
 -> kt;

Generated by click-elem2man from ../elements/flow/flowwebgen.hh:13 on 2022/11/25.

Clone this wiki locally