File: README

package info (click to toggle)
nttcp 1.47-13
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, wheezy
  • size: 220 kB
  • ctags: 385
  • sloc: ansic: 3,606; makefile: 72; sh: 3
file content (54 lines) | stat: -rw-r--r-- 2,026 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
This is README of nttcp-1.4:

This program is a much more convenient version of the ttcp program.
It uses inetd (or simulates its behaviour) to start off the remote
side program which will send/receive data. Both sides measure the time
and number of bytes transfered. The local side will print the measures.
The format of the output can be specified on the commandline.
==> More info can be found in the manpage nttcp.1 -- especially in the
    section INSTALLATION.

For a first try you may simply call: make. 
If this does not work, look for an option setting suitable for your
operating system / compiler. Set this from the commandline or from
the Makefile (I prefer to set ARCH, OPT, DBG from the commandline).
If nothing works, let me know. You may tell me also if it
works!

					Elmar Bartel,  1997-06-26.
					Elmar.Bartel@in.tum.de

________________________________________________________________________
What's new since 1.3:
   . multicast support:
     Just put more destination hosts on the commandline.
     Multicast is only available on systems, that support multicast
     in their IP implementation:
	 Solaris 5.*,
	 IRIX [56].*,
	 HPUX10/HPUX11
	 OSF/1
	 FreeBSD if compiled with MROUTING
   . Two environment variables NTTCP_LOC_OPT and NTTCP_REM_OPT
     to override builtin default values. 
   . remarks to SECURITY in man page
   . reset uid if we are executing as root

   			Elmar Bartel, 1998-10-06.

________________________________________________________________________
What's new since 1.2:
  -g switch to configure the gap time between UDP packets
   . some clarifying comments in the source and man page

   			Elmar Bartel, 1997-06-26.
			bartel@informatik.tu-muenchen.de
			bartel@informatik.tu-muenchen.de

________________________________________________________________________
What's new since 1.1:

  -S switch to initialize the pattern generator
  -p switch to use another port to listen to
  -i switch simulate inetd behaviour.
  -R switch to caclulate the getpid()-calls per second