Sodamhan.com

TL;DR

netperf

Client-side command for netperf, the benchmarking application that measures network throughput. Similar to iperf. See also: netserver, for the server-side command. More information: https://hewlettpackard.github.io/netperf/doc/netperf.html#Global-Command_002dline-Options.

  • Connect to server on a specific IP address via default port (12865):

netperf address

  • Specify port:

netperf address -p port

  • Specify the sampling length in seconds (default is 10):

netperf address -l seconds

  • Force IPv4 or IPv6:

netperf address -4|6

This document was created using the contents of the tldr project.