InterviewSolution
| 1. |
I Want To Have More Active Flows On The Dut, How Can I Do This? |
|
Answer» After stretching TRex to its maximum CPS capacity, consider the FOLLOWING: DUT will have much more active flows in case of a UDP flow due to the nature of AGING (DUT does not know when the flow ENDS while TRex KNOWS). In order to artificially increase the length of the active flows in TRex, you can config larger IPG in the YAML file. This will cause each flow to last LONGER. Alternatively, you can increase PH in your PCAP file as well. After stretching TRex to its maximum CPS capacity, consider the following: DUT will have much more active flows in case of a UDP flow due to the nature of aging (DUT does not know when the flow ends while TRex knows). In order to artificially increase the length of the active flows in TRex, you can config larger IPG in the YAML file. This will cause each flow to last longer. Alternatively, you can increase PH in your PCAP file as well. |
|