diff --git a/Software/Applications/IPerf/IPerf_使用说明.md b/Software/Applications/IPerf/IPerf_使用说明.md new file mode 100644 index 0000000..545d45d --- /dev/null +++ b/Software/Applications/IPerf/IPerf_使用说明.md @@ -0,0 +1,53 @@ +# IPerf 使用说明 + +IPerf 可用于网络带宽测试,可在 Windows、Linux、Android、MacOS 和 iOS 系统下运行。主要有 IPerf2 和 IPerf3 两大版本。 + +IPerf 可做为 Server 端或 Client 端运行,Client 发起与 Server 端的通讯,并对通讯性能进行分析。 + +## 单线程 TCP 测试 + +```sh +# Server +iperf3 -s -p +# Client +iperf3 -c -p -i -t