Trace Traffic Source
Generates realistic network traffic by replaying patterns from pre-recorded trace files. Reads traffic characteristics from structured trace files containing timing, size, and other packet metadata. Enables accurate reproduction of real-world traffic patterns for testing and simulation purposes. Supports loop playback with configurable delays between iterations, allowing long-duration testing scenarios. Essential for validating protocol behavior under authentic traffic conditions and performance benchmarking with representative workloads.
Tags: EMULATION
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Output | String | No | ||
Trace File | String | No | Path to the trace file containing traffic data. | /path/to/trace/file.json |
Loops | Uint32 | Yes | Number of loops to repeat the trace file. | 1 |
Loop Delay | Uint32 | Yes | Delay between each loop iteration in milliseconds. | |
Seed | Uint32 | Yes | Seed for generating random values. |