>_ linuxcommand.dev
Startseite iperf
Networking

iperf

Network bandwidth test tool.

Syntax
$iperf [OPTIONS]
Examples
Examples
$iperf -s
Examples
$iperf -c server_ip
Examples
$iperf -c server_ip -u
Typical use cases
Start server
iperf -s
Client Test
iperf -c HOST
UDP Test
iperf -c HOST -u
Note Measures network throughput (TCP/UDP).
Export