Skip to content
Tom Barbette edited this page Jul 28, 2023 · 2 revisions

FromMinDump Element Documentation

NAME

FromMinDump — Click element; Replay a trace generated by ToMinDump

SYNOPSIS

FromMinDump(FILENAME [,STOP, ACTIVE, BURST, VERBOSE, LIMIT, TIMES, LOOP_CALL, DPDK])

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

DESCRIPTION

Keywords:

  • FILENAME — The file to read
  • STOP — Whether the router should be stopped when the trace is finished. Default is false.
  • BURST — Burst size. Default is 32.
  • VERBOSE — Print more messages about the status. Default is 0.
  • LIMIT — Read at most LIMIT packets. Default is -1: no limit.
  • TIMES — Loop over the file TIMES time. Default is 1: read one the whole file. -1 to loop forever.
  • LOOP_CALL — A handler to call on each loop, e.g. a Script to print a message. Default is disabled.
  • DPDK — Force the generation of DPDK packets. Defaults to false.
  • ACTIVE. — Boolean. The element is not reading packets if false. To be used with the active handler. Default true.

SEE ALSO

ToMinDump, FromIPSummaryDump

EXAMPLES

FromMinDump(packets.mindump, DPDK 1, STOP 1) -> EtherEncap(0x800, a:a:a:a:a:a, b:b:b:b:b:b) -> ToDPDKDevice(0)

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

Clone this wiki locally