How to run iPerf on Mac to test the speed
We have some FAQ listed below about how to test the speed with iPerf.
For router: https://www.tp-link.com/support/faq/2408/
For switch: https://www.tp-link.com/support/faq/2397/
For EAP and wireless clients: https://www.tp-link.com/support/faq/3105/
For CPE in P2P network: https://www.tp-link.com/support/faq/3018/
These FAQs are written with Windows computers. If you are using a Mac (by Apple Inc.), please refer to both this article and FAQs above for test.
Step 1. Install iPerf on Mac.
Please visit the official website of iPerf to download the software: https://iperf.fr/iperf-download.php#macos
Note: If you need to test speed between EAP and wireless clients, please ensure that you download iPerf2.
Step 2. Set up a static IP address for Mac.
If you test the wireless speed between EAP and Mac, please go directly to the next step.
For other tests, you need to assign static IP addresses for the network devices and test computers. To assign a static IP address for Mac, go to System Preferences--->Network--->choose the current adapter--->Advanced… --->TCP/IP, choose Manually for “Configure IPv4”, and assign the addresses as needed, and you can refer to the above FAQ.
Step 3. Run iPerf on Mac.
Normally the iPerf zip package will be downloaded to the “Downloads” folder. Please visit the folder with “Finder” and extract the file to get iPerf software.
Run Terminal (Applications à Utilities), input below commands (italicized and bolded in red, case sensitive) to run iPerf.
# Visit Downloads folder
cd Downloads
# Run iPerf3 or iPerf2 in Server mode
./iperf3 –s
./iperf –s (for iperf2)
# Run iPerf3 or iPerf2 in client mode, take the IP address of iPerf3 or iPerf2 server as 192.168.0.100 for example
./iperf3 –c 192.168.0.100
./iperf –c 192.168.0.100 (for iperf2)
Is this faq useful?
Your feedback helps improve this site.
TP-Link Community
Still need help? Search for answers, ask questions, and get help from TP-Link experts and other users around the world.