T-Rex: Add advanced stateful mode
[csit.git] / GPL / tools / trex / trex_stl_stop.py
similarity index 91%
rename from GPL/tools/trex/trex_stateless_stop.py
rename to GPL/tools/trex/trex_stl_stop.py
index 5e8721d..28a9de9 100644 (file)
@@ -93,10 +93,11 @@ def main():
     total_lost = total_sent - total_rcvd
     # TODO: Add latency.
     print(
     total_lost = total_sent - total_rcvd
     # TODO: Add latency.
     print(
-        f"rate='unknown', totalReceived={total_rcvd}, totalSent={total_sent}, "
-        f"frameLoss={total_lost}, targetDuration='manual', "
-        f"approximatedDuration='manual', approximatedRate='unknown', "
-        f"latencyStream0(usec)=-1/-1/-1, latencyStream1(usec)=-1/-1/-1"
+        f"rate='unknown', total_received={total_rcvd}, "
+        f"total_sent={total_sent}, frame_loss={total_lost}, "
+        f"target_duration='manual', approximated_duration='manual', "
+        f"approximated_rate='unknown', "
+        f"latency_stream_0(usec)=-1/-1/-1, latency_stream_1(usec)=-1/-1/-1"
     )
 
 
     )