Sporadic Traffic Source
Generate bursty traffic patterns with randomized burst characteristics and variable idle periods for realistic application traffic simulation. This traffic generator creates sporadic transmission patterns where packets are sent in irregular bursts followed by random idle periods, mimicking real-world application behaviors like file transfers, web browsing, and interactive applications.
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. |