From 43f92b23fc3722ada5633fd8e05c2533194e9c07 Mon Sep 17 00:00:00 2001 From: HoJeong Im <39ghwjd@naver.com> Date: Fri, 20 Oct 2023 21:50:18 +0900 Subject: [PATCH] iperf3: add Korean translation (#10941) --- pages.ko/common/iperf3.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.ko/common/iperf3.md diff --git a/pages.ko/common/iperf3.md b/pages.ko/common/iperf3.md new file mode 100644 index 0000000000..db5fb7b9a4 --- /dev/null +++ b/pages.ko/common/iperf3.md @@ -0,0 +1,24 @@ +# iperf3 + +> 네트워크 대역폭 테스트를 위한 트래픽 생성기입니다. +> 더 많은 정보: . + +- iperf3를 서버로 실행: + +`iperf3 -s` + +- 특정 포트에서 iperf3 서버 실행: + +`iperf3 -s -p {{포트}}` + +- 대역폭 테스트 시작: + +`iperf3 -c {{서버}}` + +- 여러 병렬 스트림에서 iperf3 실행: + +`iperf3 -c {{서버}} -P {{스트림}}` + +- 테스트를 역방향으로 진행합니다. 서버가 클라이언트에 데이터를 전송: + +`iperf3 -c {{서버}} -R`