iperf merupakan tool yang digunakan untuk mengukur throughput, iperf ak install di setiap access point yang ada tujuannya untuk mengetahui throughput antara access point yang ada..
cara install iperf :
- download paket iperf di http://downloads.openwrt.org/backports/0.9/iperf_2.0.2-1_mipsel.ipk
- download juga libgcc di http://download.berlin.freifunk.net/ipkg/packages/libgcc_3.4.4-10_mipsel.ipk
- dan satu lagi download jg uclibcxx di http://downloads.openwrt.org/backports/0.9/uclibcxx_0.2.1-1_mipsel.ipk
- selanjutnya copy file2 tersebut ke access point, simpan di folder /tmp
- setelah itu proses installasi, cara nya " ipkg install filenya.ipk "
sampai dsini proses installasi iperf dah selesai dan iperf biasa di pake hehehe
server side : root@freifunk:~# iperf -s
-----------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[ 4] local 192.168.100.1 port 5001 connected with 192.168.100.2 port 2092
[ 4] 0.0-10.0 sec 24.5 MBytes 20.5 Mbits/sec
client side : user@freifunk:~$ iperf -c 192.168.100.1
-------------------------------------------------------------
Client connecting to 192.168.100.1, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.100.2 port 2092 connected with 192.168.100.1 port 5001
[ 3] 0.0-10.0 sec 24.5 MBytes 20.5 Mbits/sec
Post a Comment