File: netserver.man

package info (click to toggle)
netperf 2.7.0-0.1
  • links: PTS
  • area: non-free
  • in suites: bookworm, bullseye
  • size: 8,840 kB
  • sloc: ansic: 41,631; sh: 5,259; xml: 3,129; python: 2,376; awk: 68; makefile: 66
file content (80 lines) | stat: -rw-r--r-- 1,617 bytes parent folder | download | duplicates (2)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.TH netserver 1 ""
.SH NAME

netserver \- a network performance benchmark server

.SH SYNOPSIS

.B netserver
[-4]
[-6]
[-d]
[-h]
[-L name,family]
[-p portnum]
[-v verbosity]
[-V]

.SH DESCRIPTION
.B Netserver
listens for connections from a
.B netperf
benchmark, and responds accordingly.
It can either be run from
.B inetd
or as a standalone daemon (with the -p flag). If run from
.B inetd
the -p option should not be used.

.SS OPTIONS
.TP
.B \-4
Use AF_INET (aka IPv4) addressing for the control and possibly data
connections.
.TP
.B \-6
Use AF_INET6 (aka IPv6) addressing for the control and possibly data
connections.
.TP
.B \-d
Increase the quantity of debugging output displayed during
a test (possibly at the expense of performance).
.TP
.B \-h
Display a usage string, and exit.
.TP
.B \-L name,family
Set the local name and/or address family for the socket used for
the control connection.
.TP
.B \-p portnum
Listen on the specified port.
This is used when running as a standalone daemon.
.TP
.B \-v verbosity
Set the verbosity level for the test.
.TP
.B \-V
Display the netperf version and exit.

.SH BUGS
No known bugs at this time. If you think you have found a bug, please report it to either netperf-talk@netperf.org or netperf-feedback@netperf.org.

.SH SEE ALSO
.BR netperf (1)
.br
.I
Netperf: A Network Performance Benchmark
.br
http://www.netperf.org/

.SH AUTHORS
HP Information Networks Division - Networking Performance Team.
.br
Rick Jones	<rick.jones2@hp.com>
.br
Karen Choy	HP IND
.br
Dave Shield	<daves@csc.liv.ac.uk>	(man pages)
.br
Others too numerous to mention here - see the AUTHORS file