Uniform Traffic Source
Generates synthetic uniform traffic patterns with consistent inter-packet timing for network testing and performance evaluation. This fundamental traffic generator produces packets at regular intervals with configurable packet counts, timing parameters, and randomizable packet sizes within specified bounds. Essential for network capacity planning, protocol performance evaluation, steady-state testing, and establishing performance baselines in controlled environments.
Tags: EMULATION
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Output | String | No | ||
Total Packets | Uint32 | No | Total number of packets to be generated. | 5000 |
Interval | Uint32 | No | Interval in milliseconds between each packet generation. | 25 |
Min Packet Size | Uint32 | Yes | Minimum size of each generated packet in bytes. | 150 |
Max Packet Size | Uint32 | Yes | Maximum size of each generated packet in bytes. | 1350 |
Seed | Uint32 | Yes | Seed for generating random values. |