834e68c4e0
netrate includes UDP packet generators (netsend and netblast) and sink (netreceive), useful for testing forwarding performance at high pps rates and seeing what breaks down. from Stuart Henderson <stu@spacehopper.org>
12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
netreceive is a UDP packet sink; packets received are copied to user
|
|
space and discarded.
|
|
|
|
netsend is a UDP packet generator, sending at a rate configured on
|
|
the command line.
|
|
|
|
netblast is a UDP packet generator, sending at as high a rate as
|
|
possible.
|
|
|
|
These tools are repackaged from the FreeBSD source tree
|
|
(/usr/src/tools/tools/netrate).
|