cvs commit: src/tools/tools/netrate Makefile Makefile.inc README
src/tools/tools/netrate/netreceive Makefile netreceive.c
src/tools/tools/netrate/netsend Makefile netsend.c
Robert Watson
rwatson at FreeBSD.org
Wed Dec 22 00:52:07 PST 2004
rwatson 2004-12-22 08:52:06 UTC
FreeBSD src repository
Added files: (Branch: RELENG_5)
tools/tools/netrate Makefile Makefile.inc README
tools/tools/netrate/netreceive Makefile netreceive.c
tools/tools/netrate/netsend Makefile netsend.c
Log:
MFC the netrate packet generation tool to RELENG_5, all revisions are
the same as in CVS HEAD except for Makefile's affected by the recent
NO_MAN change:
Add netrate (netreceive, netsend), a tool for generating (and sinking)
UDP packets of specified size at a fixed rate. I've been using this for
netperf-related testing.
Add a version of netsend that uses the interval timer rather than
explicit clock reads to set an overall duration to the send, and
blasts rather than trying to clock output. The goal of netblast,
unlike netsend, is to send as many UDP packets as possible; the
cost is that there's no ability to control the rate, and there's
less accuracy in the timing as the interval timer granularity is
relatively low.
Requested by: Matthew George <mdg at secureworks dot net>
Revision Changes Path
1.2.2.1 +7 -0 src/tools/tools/netrate/Makefile (new)
1.1.2.1 +4 -0 src/tools/tools/netrate/Makefile.inc (new)
1.1.2.1 +57 -0 src/tools/tools/netrate/README (new)
1.3.2.1 +8 -0 src/tools/tools/netrate/netreceive/Makefile (new)
1.2.2.1 +100 -0 src/tools/tools/netrate/netreceive/netreceive.c (new)
1.4.2.1 +9 -0 src/tools/tools/netrate/netsend/Makefile (new)
1.7.2.1 +286 -0 src/tools/tools/netrate/netsend/netsend.c (new)
More information about the cvs-src
mailing list