mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e1bcde3528
The nettest and nettestd commands invoke client and server programs that are used for timing data throughput of vari- ous methods of interprocess communication. PR: ports/4817 Submitted by: proot@iaces.com
16 lines
877 B
Plaintext
16 lines
877 B
Plaintext
The nettest and nettestd commands invoke client and server
|
|
programs that are used for timing data throughput of vari-
|
|
ous methods of interprocess communication. For TCP and
|
|
OSI connections, the nettest program establishes a connec-
|
|
tion with the nettestd program, and then it does count
|
|
writes of size bytes, followed by count reads of size
|
|
bytes. For UDP, the nettest program performs only writes;
|
|
reads are not performed. The nettestd program, if used
|
|
with UDP connections, reads the data packets and prints a
|
|
message for each data packet it receives. The number and
|
|
size of the reads and writes may not correlate with the
|
|
number and size of the actual data packets that are trans-
|
|
ferred; it depends on the protocol that is chosen. If you
|
|
append an optional k (or K) to the size, count, or bufsize
|
|
value, the number specified is multiplied by 1024.
|