Development/기타
[iPerf3] 설치 및 네트워크 테스트 방법
qWooWp
2025. 5. 7. 17:15
반응형
1. iPerf3 설치 (윈도우 환경 기준으로 설명합니다)
https://iperf.fr/iperf-download.php
iPerf - Download iPerf3 and original iPerf pre-compiled binaries
iPerf - The ultimate speed test tool for TCP, UDP and SCTPTest the limits of your network + Internet neutrality test Windows Binaries are available at : macOS : HomeBrew : brew install iperf3 MacPorts : sudo port install iperf3 Android : Building iperf3 fo
iperf.fr
https://files.budman.pw 를 눌러서 아래 리스트를 확인합니다.
스크롤을 아래로 내려서 제일 최신 버전을 다운로드 합니다. ("iperf3.18_64.zip") 다운로드
압축을 해제하면 아래와 같이 파일이 생성됩니다.
서버컴퓨터에 실행하는 명령
> ipertf.exe -s -p 5000 -i2 -f m
클라이언트에서 실행하는 명령
> iperf3.exe -c 192.169.0.105 -p 5000 -t 10 -f m -i 2
반응형