Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tech_notes:iperf [2023-03-03 Fri wk09 22:45] – [Network Speed testing] baumkptech_notes:iperf [2025-01-18 Sat wk03 21:48] (current) – [Network Speed testing] baumkp
Line 1: Line 1:
 {{tag>linux network testing speed}} {{tag>linux network testing speed}}
 +{{tag>speed speed test testing tech notes technical}}
 ======Network Speed testing====== ======Network Speed testing======
 Use the iperf3 command to test network speeds. Use the iperf3 command to test network speeds.
   *''iperf3 -s'' to start in server mode   *''iperf3 -s'' to start in server mode
   *''iperf3 -c 192.168.1.10 -t 20'' to test server on ip address 192.168.1.10 for 20 tries.   *''iperf3 -c 192.168.1.10 -t 20'' to test server on ip address 192.168.1.10 for 20 tries.
 +  *''%%iperf3 -c 192.168.1.1 -t7  -b 2.5G -u 6001%%''
 +  *''%%iperf3 -c 192.168.1.1 -t7  -R -b 2.5G -u 6001%%''
  
-{{tag>speed speed test testing tech notes technical}}+  *[[https://thelinuxcode.com/iperf3-commands/|A Complete Guide to iperf3 Network Throughput Testing]] 
 +  *[[https://iperf.fr/iperf-doc.php|iperf Docs]]
  
-<- tech_notes:markdown|Back ^ tech_notes:index|Start page ^ tech_notes:boot| Next->+<- tech_notes:nginx|Back ^ tech_notes:index|Start page ^ tech_notes:boot| Next->