LinuxCommandLibrary

netserver

server for netperf testing

TLDR

Start netserver

$ netserver
copy
Specify port
$ netserver -p [12865]
copy
Debug mode
$ netserver -D
copy
Bind to address
$ netserver -L [192.168.1.10]
copy
Set IPv4 mode
$ netserver -4
copy
Set IPv6 mode
$ netserver -6
copy

SYNOPSIS

netserver [options]

DESCRIPTION

netserver is the server for netperf testing. It receives network performance tests.
The tool handles benchmark requests. Run on target machine for throughput tests.

PARAMETERS

-p PORT

Listen port.
-D
Debug mode.
-L ADDR
Local bind address.
-4
IPv4 only.
-6
IPv6 only.
--help
Display help information.

CAVEATS

Requires netperf client. Opens network port. Performance testing tool.

HISTORY

netserver is part of netperf, created by HP for network performance measurement.

SEE ALSO

netperf(1), iperf(1), nuttcp(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community