iPerf Kurulumu ve Kullanımı
- 3 sene önce, Burak Çalışkan tarafından yazılmıştır.
- iPerf Kurulumu ve Kullanımı için yorumlar kapalı
- Genel
Public iPerf3 Serverları: https://iperf.fr/iperf-servers.php
Windows Komutları için iperf3.exe
Linux;
root@root:~ # yum -y install iperf
root@root:~ # iptables -A INPUT -p tcp –dport 5001 -j ACCEPT
root@root:~ # service iptables save
root@root:~ # service iptables restart
Server Aktif Etme: root@root:~ # iperf -s
root@root:~ # iperf3 -c sunucuipadresi
2 saniye aralıklarla toplam 30 saniye boyunca test etmek
root@root:~ # iperf3 -c sunucuipadresi -i2 -t 30
iperf3 -h / iperf3.exe -h Help Komutları