Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2001 15:59:53 -0400
From:      Clark Gaylord <cgaylord@vt.edu>
To:        freebsd-net@freebsd.org
Subject:   [singh@pdx.edu: UDP - Reliable throughput mesaurement tool]
Message-ID:  <20010527155953.B29042@e028121.vtacs.vt.edu>

next in thread | raw e-mail | index | archive | help
----- Forwarded message from Harkirat Singh <singh@pdx.edu> -----
> I want to measure UDP thruput of lossy channel, is there any tool
> which tests it? I looked at some of the tools but these do not take care
> of loss, I mean no retransmisson, just measure raw thruput of UDP (TTCP
> is one of these).
> 
> I am looking for a measurement tool which should retransmit in case of
> loss and keep a track of packets, I mean make UDP reliable amd blocking
> calls.
----- End forwarded message -----

As many have pointed out, the reliability of UDP is accomplished
at the application layer.  Hence, any test of this nature is going
to test the application implementation as much as the nature of
the protocols, per se.

Both ttcp and netperf have the ability to use either TCP or UDP.
The behavior of TCP is, I think well understood.  OTOH, I don't
think you should discount the use of ttcp's/netperf's UDP method.
Rather consider the receiver's measurement as an upper bound of
what a particular retransmitting UDP implementation can acheive.

As has been pointed out, the UDP_RR method for netperf looks
interesting, but the documentation is scant.  Use the source, Luke.

-- 
Clark K. Gaylord
Blacksburg, Virginia USA
cgaylord@vt.edu

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010527155953.B29042>