Skip to content
Tom Barbette edited this page Nov 25, 2022 · 3 revisions

WebGen Element Documentation

NAME

WebGen — Click element;

SYNOPSIS

WebGen(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)

 -> WebGen(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/local/webgen.hh:10 on 2022/11/25.

Clone this wiki locally