Sporadic Traffic Source
Component to generate sporadic traffic with a random number of packets in each burst.
Tags: EMULATION
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Output | String | No | ||
Total Packets | Uint32 | No | Total number of packets to generate. | 5000 |
Min Packets | Uint32 | No | Minimum number of packets generated in each burst. | 10 |
Max Packets | Uint32 | No | Maximum number of packets generated in each burst. | 100 |
Min Idle | Uint32 | No | Minimum idle time between bursts in milliseconds. | 250 |
Max Idle | Uint32 | No | Maximum idle time between bursts in milliseconds. | 1000 |
Min Packet Size | Uint32 | Yes | Minimum size of each generated packet in bytes. | 50 |
Max Packet Size | Uint32 | Yes | Maximum size of each generated packet in bytes. | 1400 |
Seed | Uint32 | Yes | Seed for generating random values. |