LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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 (default 12865).
-D
Do not daemonize; run in foreground (debug).
-d
Increase debug verbosity.
-L ADDR
Local bind address.
-N
No control connection; standalone data mode.
-f
Do not spawn on demand; remain in foreground.
-v LEVEL
Verbosity level.
-4
IPv4 only.
-6
IPv6 only.
--help
Display help information.

INSTALL

sudo apt install netperf
copy
sudo dnf install netperf
copy
sudo pacman -S netperf
copy
nix profile install nixpkgs#netperf
copy

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), iperf3(1), nuttcp(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid