User Manual

TRex 108 / 113
max_flows=8000000;
min_flows=100;
active_flow=min_flows;
num_point=10
factor=math.exp(math.log(max_flows/min_flows,math.e)/num_point);
for i in range(num_point+1):
print("=====================",i,math.floor(active_flow))
minimal_stateful_test(args.server,test_file,math.floor(active_flow))
active_flow=active_flow
*
factor
test_file.close();
v
1
connect
v
2
Start with different active_flows
v
3
wait for the results
v
4
get the results and save to csv file
This script iterate between 100 to 8M active flows and save the results to csv file.
7.10.6 The results v2.12 vs v2.14
MPPS/core