D-ITG-2.8.1-r1023-Win #1449
-
Please provide a command for measuring the RTT of TCP and UDP with IPV4 and IPV6 using D-ITG-2.8.1-r1023-Win. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@tabeshforoughi, this is an iperf3 discussion list, not D-ITG, so I am not sure you will be able to get any help related to D-ITG here. You may try to use the D-ITG mailing list as mentioned in the D-ITG Github site. A common tool for measuring RTT is ping. However, it measures only the RTT between the client and server machines, and does not include the UDP/TCP overhead. With iperf3, use Per the D-ITG exampe here, it seems that D-ITG does not compute the RTT. You may log the traffic and use Wireshark for the analysis. |
Beta Was this translation helpful? Give feedback.
@tabeshforoughi, this is an iperf3 discussion list, not D-ITG, so I am not sure you will be able to get any help related to D-ITG here. You may try to use the D-ITG mailing list as mentioned in the D-ITG Github site.
A common tool for measuring RTT is ping. However, it measures only the RTT between the client and server machines, and does not include the UDP/TCP overhead.
With iperf3, use
-J
option. The output includesmax/min/mean_rtt
values for the test, which can be UDP or TCP, IPv4 or IPv6 (useiperf3 -h
for help on how to set these parameters).Per the D-ITG exampe here, it seems that D-ITG does not compute the RTT. You may log the traffic and use Wireshark for the analysis.