1netserver(1) General Commands Manual netserver(1)
2
3
4
6 netserver - a network performance benchmark server
7
8
10 netserver [-4] [-6] [-d] [-h] [-L name,family] [-p portnum] [-v ver‐
11 bosity] [-V]
12
13
15 Netserver listens for connections from a netperf benchmark, and re‐
16 sponds accordingly. It can either be run from inetd or as a standalone
17 daemon (with the -p flag). If run from inetd the -p option should not
18 be used.
19
20
21 OPTIONS
22 -4 Use AF_INET (aka IPv4) addressing for the control and possibly
23 data connections.
24
25 -6 Use AF_INET6 (aka IPv6) addressing for the control and possibly
26 data connections.
27
28 -d Increase the quantity of debugging output displayed during a
29 test (possibly at the expense of performance).
30
31 -h Display a usage string, and exit.
32
33 -L name,family
34 Set the local name and/or address family for the socket used for
35 the control connection.
36
37 -p portnum
38 Listen on the specified port. This is used when running as a
39 standalone daemon.
40
41 -v verbosity
42 Set the verbosity level for the test.
43
44 -V Display the netperf version and exit.
45
46
48 No known bugs at this time. If you think you have found a bug, please
49 report it to either netperf-talk@netperf.org or netperf-feedback@net‐
50 perf.org.
51
52
54 netperf(1)
55 Netperf: A Network Performance Benchmark
56 http://www.netperf.org/
57
58
60 HP Information Networks Division - Networking Performance Team.
61 Rick Jones <rick.jones2@hp.com>
62 Karen Choy HP IND
63 Dave Shield <daves@csc.liv.ac.uk> (man pages)
64 Others too numerous to mention here - see the AUTHORS file
65
66
67
68 netserver(1)