Current Path : /usr/src/tools/regression/netinet/tcpstream/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/tools/regression/netinet/tcpstream/README |
tcpstream - a simple TCP streaming test tool -------------------------------------------- tcpstream generates TCP connections between a 'client' and a 'server'. The client writes a pseudo-random byte stream using varying write sizes. The server then reads the stream and uses the same generator to confirm that the data is correct. To run tcpstream, select a seed value (should be the same for the client and server), and a port number (also the same for client and server). Typical use might be: Run the server on port 8080 and use a seed of 100: tcpstream server 8080 100 Now run the client on a second machine with the server's IP, port 8080, and seed of 100: tcpstream client 192.168.10.10 8080 100 $FreeBSD: release/9.1.0/tools/regression/netinet/tcpstream/README 135157 2004-09-13 16:53:40Z rwatson $