From d3bd136b77754761acbc419d3a335c04ea65e2eb Mon Sep 17 00:00:00 2001 From: "ithink.chan" Date: Fri, 22 Nov 2019 11:35:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20IPerf=20=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E8=AF=B4=E6=98=8E.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ithink.chan --- Software/Applications/IPerf/IPerf_使用说明.md | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Software/Applications/IPerf/IPerf_使用说明.md 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