User Tools

Site Tools


iperf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
iperf [2024/07/25 13:41] – old revision restored (2024/07/24 17:29) 52.230.152.165iperf [2024/07/25 13:41] (current) – old revision restored (2024/07/24 17:29) 52.230.152.165
Line 1: Line 1:
 +Client side \\
 +
 [root@jarvis ~]# iperf -c 10.11.12.90 -e -f m -z -i 1 -n 990000000\\ [root@jarvis ~]# iperf -c 10.11.12.90 -e -f m -z -i 1 -n 990000000\\
 ------------------------------------------------------------\\ ------------------------------------------------------------\\
Line 32: Line 34:
 \\ \\
 \\ \\
 +Server side\\
 +[root@jarvis ~]# iperf -s -e -f m\\
 +\\
 +
 +
 +Server side FreeBSD iperf3:\\
 +iperf3 -s -p 5201 -i 1 -V
 +
 + - the server will listen on 5201 TCP and will display results every 1 second, verbose enabled;\\
 +
 +Client side running on RH:\\
 +iperf3 -c 144.210.60.108 -V -b M -t 20\\
 +
 + - the client is the shown ip address, verbose enabled, the transfeered data will be shown in MB and Mbps, test will run for 20 sec\\
 +
iperf.txt · Last modified: 2024/07/25 13:41 by 52.230.152.165