15dd45890d
as benchmarks/nettest (originally in net). The nettest and nettestd commands perform client and server performance tests for various types of interprocess communication. These tests time the data throughput of pipes and UNIX domain, TCP, and UDP socket connections. Supplied by Brian Ginsbach in PR#18985. Thanks!
7 lines
341 B
Text
7 lines
341 B
Text
The nettest and nettestd commands perform client and server
|
|
performance tests for various types of interprocess communication.
|
|
These tests time the data throughput of pipes and UNIX domain, TCP,
|
|
and UDP socket connections.
|
|
|
|
The nettest command performs the client side of the test; the
|
|
nettestd command performs the server side of the test.
|