summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/ttcp/README
blob: 35db389237d19f751b69de168beecfae0d10f083 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TTCP is a benchmarking tool for determining TCP and UDP performance
between 2 systems.

The program was created at the US Army Ballistics Research Lab (BRL)
and is in the public domain. Feel free to distribute this program
but please do leave the credit notices in the source and man page intact.

Contents of this directory:

ttcp.c          Source that runs on IRIX 3.3.x and 4.0.x systems,
                BSD-based systems, and RTEMS.  This version also
                uses getopt(3) and has 2 new options: -f and -T.


How to get TCP performance numbers:

        receiver                                sender

host1%  ttcp -r -s                      host2% ttcp -t -s host1

-n and -l options change the number and size of the buffers.