Re: Iperf and latency
On 6 Déc, Kevin Gibbs wrote:
>> Would it be feasible to add latency measurement to iperf or is it there and
>> I am just missing it?
>
> Not really, Iperf is a unidirectional tool and so it can not determine the
> latency between the two hosts.
>
>> What methods for capturing latency during a test do
>> others use?
>
> ping works fine.
>
"mtr" (shipped with most linux distributions) is also nice.
You can also run tcpdump while "iperf-ing", and then create nice RTT
graphs with tcptrace + xplot.
Cheers,
Marc.