測試兩臺電腦的網路連線速度

chenjian688發表於2024-10-10

一、安裝iperf

sudo apt install iperf

二、啟動測試

# 服務端啟動
iperf -s

# 客戶端啟動,ip為伺服器的ip
iperf -c 192.168.20.100

相關文章