PS_BURST#

code: 174

# set
<module-index>/<port-index> PS_BURST [<stream_index>] <size> <density>

# get
<module-index>/<port-index> PS_BURST [<stream_index>] ?

Description#

The burstiness of the traffic transmitted for a stream, expressed in terms of the number of packets in each burst, and how densely they are packed together. The burstiness does not affect the bandwidth consumed by the stream, only the spacing between the packets. A density value of 100 means that the packets are packed tightly together, only spaced by the minimum inter-frame gap. A value of 0 means even, non-bursty, spacing. The exact spacing achieved depends on the other enabled streams of the port.

Actions#

set, get

Parameters#

  1. size: integer, the number of packets lumped together in a burst

  2. density: integer, the percentage of the available spacing that is inserted between bursts

Example#

# set
input:  0/1 PS_BURST [0] 10 100
output: <OK>

# get
input:  0/1 PS_BURST [0] ?
output: 0/1 PS_BURST [0] 10 100