Dynamic FrameBlasting Flow
{
"type": "dynamic_frame_blasting",
"name": "<flow_name:str>",
"source": {
"port_group": [
"<source_group:str>"
]
},
"destination": {
"port_group": [
"<destination_group:str>"
]
},
"ecn": "<ecn_code_point:str|int>",
"dscp": "<dscp_code_point:str|int>",
"udp_src": "<udp_source_port:int>",
"udp_dest": "<udp_destination_port:int>",
"add_reverse_direction": "<add_reverse_direction_flow:bool>",
"duration": "<flow_duration:float|int|timedelta>",
"initial_time_to_wait": "<initial_time_to_wait:float|int|timedelta>",
"frame_size": "<frame_size_without_crc:int>",
"bitrate": "<flow_bitrate:float>",
"frame_rate": "<frame_rate:float>",
"number_of_frames": "<number_of_frames:float>",
"nat_keep_alive": "<activate_nat_keep_alive:bool>",
"max_bitrate": "<maximum_bitrate:int|float>",
"min_bitrate": "<minimum_bitrate:int|float>",
"scaling_interval": "<scaling_interval:float>",
"scaling_rate": "<scaling_rate:int>",
"analysis": {
"latency":"<enable_latency_analysis:bool>",
"max_threshold_latency": "<max_threshold_latency:float>",
"max_loss_percentage": "<max_loss_percentage:float>",
"quantile": "<quantile:float>",
"min_percentile": "<min_percentile:float>",
"max_percentile": "<max_percentile:float>"
}
}
Dynamic frame blasting flow |
|||
Specific parameters for dynamic frame blasting flow. The |
|||
Note Not supported by ByteBlower Endpoint. |
|||
type |
object |
||
properties |
|||
|
Type of the flow. Defines which specific flow parameters will be possible. |
||
type |
string |
||
enum |
dynamic_frame_blasting |
||
|
Name of this Flow, defaults to auto-generated name when set to |
||
type |
string |
||
|
Specifying the source of transmitted data for this flow |
||
type |
object |
||
properties |
|||
|
List of port groups specifying the transmitting ports |
||
type |
array |
||
items |
|||
additionalProperties |
False |
||
|
Specifying the destination for receiving data for this flow |
||
type |
object |
||
properties |
|||
|
List of port groups specifying the receiving ports |
||
type |
array |
||
items |
|||
additionalProperties |
False |
||
|
IP ECN |
||
Explicit Congestion Notification code point. Defaults to |
|||
oneOf |
type |
integer |
|
maximum |
3 |
||
minimum |
0 |
||
type |
string |
||
|
IP DSCP |
||
Differentiated Services Code Point. Defaults to |
|||
oneOf |
type |
integer |
|
maximum |
63 |
||
minimum |
0 |
||
type |
string |
||
|
Enables adding a flow in the reverse direction of the original flow. |
||
The reverse flow uses the same configuration as the original.
Defaults to |
|||
type |
boolean |
||
|
Initial time to wait to start the flow in seconds. |
||
Defaults to 0 (start immediately). |
|||
type |
number |
||
minimum |
0 |
||
|
Rate at which the bits are transmitted (in bits per second). |
||
Excludes the VLAN tag bytes (when applicable), mutual exclusive
with |
|||
type |
number |
||
exclusiveMinimum |
0 |
||
|
Frame size in Bytes without CRC, defaults to |
||
type |
integer |
||
minimum |
42 |
||
|
Rate at which the frames are transmitted (in frames per second). |
||
Mutual exclusive with |
|||
type |
number |
||
exclusiveMinimum |
0 |
||
|
Number of frames to transmit. |
||
Defaults to |
|||
type |
integer |
||
exclusiveMinimum |
0 |
||
|
Duration of the flow in seconds. |
||
Defaults to |
|||
type |
number |
||
exclusiveMinimum |
0 |
||
|
UDP port number in range [49152,65534] , defaults to udp_dynamic_port |
||
type |
integer |
||
maximum |
65535 |
||
minimum |
0 |
||
|
UDP port number in range [49152,65534] , defaults to udp_dynamic_port |
||
type |
integer |
||
maximum |
65535 |
||
minimum |
0 |
||
|
Enable a flow to keep Network Address (and Port) Translation (NAT/NAPT) entries alive. |
||
The direction will be from the endpoint behind a NAT/NAPT
gateway to the port at the public side of the NAT/NAPT gateway.
Defaults to We always enable the NAT/NAPT keep alive when the user asks for it, even when:
Added in version v1.1.1: NAT keepalive is supported for all standard frame blasting based flows. |
|||
type |
boolean |
||
|
Maximum bitrate threshold that the dynamic flow could reach in bits/s, defaults to |
||
type |
number |
||
|
Minimum bitrate threshold that the dynamic flow could reach in bits/s, defaults to |
||
type |
number |
||
|
Scaling window on which the flow’s bitrate will be updated in seconds, defaults to |
||
type |
number |
||
|
Scaling rate at which the flow’s bitrate will be updated in %, defaults to |
||
type |
number |
||
|
Sets latency related analysis configuration parameters |
||
oneOf |
|||