FrameSize
This step, which implements an execution looping construct, corresponds to a Quick Test's FrameSize entity.
The FrameSize step has the following parameters:
-
rfc2544TputFrameSizeMode: The size of the frame content. Custom is selected by default. Based on the Mode selected, the Content Size options are available.
-
Custom–If this Mode is selected, the default content sizes from RFC2544 are available: 64, 128, 256, 512, 1024, 1280, 1424. The user can change these values as required.
-
Range–If this Mode is selected, the following have to be configured:
-
minRangeFrameSize: The initial size of frame.
-
stepRangeFrameSize: The value by which the Start Size is incremented by
-
maxRangeFrameSize: The maximum size of frame.
-
-
IMIX–If this Mode is selected, a table for configuring the Frame size and the Weight appears. Click to add a row and click to remove existing row from the table. The smallest allowed Frame Size is 26 bytes. The sum of all the configured Weight must be 100. Frame Size must be between 24 and 10000. Weight must be between 1 and 100. At runtime, all validation is made using weighted average of the configured Frame Sizes from IMIX.
-
Example:
1. FrameSize framesizes {rfc2544TputFrameSizeMode=range} {minRangeFrameSize=64}{stepRangeFrameSize=68}{maxRangeFrameSize=1518}
2. FrameSize framesizes {rfc2544TputFrameSizeMode=imix} {framesizeIMIXList=64#50;1024#50}