From 670272dcd53eeffb87b5bd791e1d33fdaa953aad Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Thu, 24 Dec 2020 16:20:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20-b=20=E5=8F=82=E6=95=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/Applications/IPerf/IPerf_使用说明.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Software/Applications/IPerf/IPerf_使用说明.md b/Software/Applications/IPerf/IPerf_使用说明.md index a7fd85c..bc4eb05 100644 --- a/Software/Applications/IPerf/IPerf_使用说明.md +++ b/Software/Applications/IPerf/IPerf_使用说明.md @@ -53,12 +53,13 @@ echo 21299200 > /proc/sys/net/core/rmem_max ## 基本参数说明 -| Options | Description | -|-------------|--------------------------------------------------------------------| -| -i # | Server or Client: seconds between periodic bandwidth reports | -| -p # | Server or Client: server port to listen on/connect to | -| -s | Server specific: run in server mode | -| -c \ | Client specific: run in client mode, connecting to \ | -| -P # | Client specific: number of parallel client streams to run | -| -t # | Client specific: time in seconds to transmit for (default 10 secs) | -| -u | Client specific: use UDP rather than TCP | +| Options | Description | +|----------------------------|--------------------------------------------------------------------| +| -i # | Server or Client: seconds between periodic bandwidth reports | +| -p # | Server or Client: server port to listen on/connect to | +| -s | Server specific: run in server mode | +| -c \ | Client specific: run in client mode, connecting to \ | +| -P # | Client specific: number of parallel client streams to run | +| -t # | Client specific: time in seconds to transmit for (default 10 secs) | +| -u | Client specific: use UDP rather than TCP | +| -b, --bandwidth #[KMG][/#] | target bandwidth in bits/sec (0 for unlimited, default 1 Mbit/sec for UDP, unlimited for TCP, optional slash and packet count for burst mode) |