iperf3: add Korean translation (#10941)

pull/23/head
HoJeong Im 2023-10-20 21:50:18 +09:00 committed by GitHub
parent 4dc6630968
commit 43f92b23fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages.ko/common/iperf3.md Normal file
View File

@ -0,0 +1,24 @@
# iperf3
> 네트워크 대역폭 테스트를 위한 트래픽 생성기입니다.
> 더 많은 정보: <https://iperf.fr>.
- iperf3를 서버로 실행:
`iperf3 -s`
- 특정 포트에서 iperf3 서버 실행:
`iperf3 -s -p {{포트}}`
- 대역폭 테스트 시작:
`iperf3 -c {{서버}}`
- 여러 병렬 스트림에서 iperf3 실행:
`iperf3 -c {{서버}} -P {{스트림}}`
- 테스트를 역방향으로 진행합니다. 서버가 클라이언트에 데이터를 전송:
`iperf3 -c {{서버}} -R`