logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

netserver - a network performance benchmark server

Authors

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

                                                                                                    netserver(1)

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.

Description

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

   OPTIONS-4     Use AF_INET (aka IPv4) addressing for the control and possibly data connections.

       -6     Use AF_INET6 (aka IPv6) addressing for the control and possibly data connections.

       -d     Increase  the  quantity  of  debugging  output displayed during a test (possibly at the expense of
              performance).

       -h     Display a usage string, and exit.

       -Lname,family
              Set the local name and/or address family for the socket used for the control connection.

       -pportnum
              Listen on the specified port.  This is used when running as a standalone daemon.

       -vverbosity
              Set the verbosity level for the test.

       -V     Display the netperf version and exit.

Name

       netserver - a network performance benchmark server

See Also

netperf(1)
       Netperf:ANetworkPerformanceBenchmarkhttp://www.netperf.org/

Synopsis

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

See Also