ZHCAEO6 November 2024 DP83867CS , DP83867E , DP83867IS , DP83869HM , DP83TC811S-Q1 , DP83TC812S-Q1 , DP83TC813S-Q1 , DP83TC814S-Q1 , DP83TC817S-Q1 , DP83TC818S-Q1 , DP83TG720S-Q1 , DP83TG721S-Q1
要在一個或兩個方向上以最大吞吐量運行測試,可以使用 iPerf3。IPerf3 可以安裝在 MAC、Windows 和 Linux 操作系統(tǒng)上。安裝后,只需在終端或 CMD 窗口中輸入 iPerf3 的安裝目錄,即可訪問 iPerf3。以下示例中列出了帶有 iperf 的一些示例命令。
C:\Users\labuser\Downloads>cd iperf3.1.1_64
C:\Users\labuser\Downloads>cd iperf3.1.1_64 ipconfig
// ipconfig provides IPv4 address used for ethernet configuration on PC
iperf3 -s // runs iperf as server on one PC
iperf3 -c <server PC IP address> -p <server port number> //runs as client to sniff out packets
iperf3 -h // displays other useful shortcuts and commands
以下是在 Linux 終端中通過 Iperf3 以 100Mbps 速率成功傳輸數(shù)據(jù)的示例。圖 1-5 展示了服務(wù)器端,而圖 1-6 展示了客戶端。