Skip to content
Eddie Kohler edited this page Oct 17, 2017 · 2 revisions

WebGen Element Documentation

NAME

WebGen — Click element;

SYNOPSIS

WebGen(PREFIX, DST, RATE)

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:9 on 2017/10/17.

Clone this wiki locally