Code: Select all
opkg update
opkg install iperf
Code: Select all
iperf -s
Code: Select all
iperf -c 192.168.1.1
Results
Code: Select all
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[ 4] local 192.168.1.1 port 5001 connected with 192.168.1.2 port 56835
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-10.1 sec 16.3 MBytes 13.4 Mbits/sec
[ 4] local 192.168.1.1 port 5001 connected with 192.168.1.2 port 56836
[ 4] 0.0-10.2 sec 16.9 MBytes 13.9 Mbits/sec
[ 4] local 192.168.1.1 port 5001 connected with 192.168.1.2 port 56837
[ 4] 0.0-10.1 sec 17.4 MBytes 14.4 Mbits/sec
[ 4] local 192.168.1.1 port 5001 connected with 192.168.1.2 port 56838
[ 4] 0.0-10.1 sec 17.3 MBytes 14.3 Mbits/sec
[ 4] local 192.168.1.1 port 5001 connected with 192.168.1.2 port 56839
For the AP:
Code: Select all
root@gw:~# cat /etc/config/wireless
config 'wifi-device' 'radio0'
option 'type' 'mac80211'
option 'macaddr' '***'
option 'hwmode' '11ng'
list 'ht_capab' 'SHORT-GI-40'
list 'ht_capab' 'DSSS_CCK-40'
option 'noscan' '1'
option 'xr' '1'
option 'ar' '1'
option 'ff' '1'
option 'bursting' '1'
option 'compression' '1'
option 'frag' '2346'
option 'txpower' '35'
option 'htmode' 'HT40-'
option 'country' 'US'
option 'channel' '7'
option 'distance' '20'
config 'wifi-iface' 'ap_g'
option 'device' 'radio0'
option 'mode' 'ap'
option 'network' 'lan'
option 'ssid' '***'
option 'encryption' 'psk2'
option 'key' '***'
option 'frag' '2346'
option 'rts' '2347'
Code: Select all
root@office:~# cat /etc/config/wireless
config 'wifi-device' 'radio0'
option 'type' 'mac80211'
option 'macaddr' '***'
option 'hwmode' '11ng'
list 'ht_capab' 'SHORT-GI-40'
list 'ht_capab' 'DSSS_CCK-40'
option 'noscan' '1'
option 'xr' '1'
option 'ar' '1'
option 'ff' '1'
option 'bursting' '1'
option 'compression' '1'
option 'txpower' '35'
option 'htmode' 'HT40-'
option 'country' 'US'
option 'channel' '7'
config 'wifi-iface' 'cfg2'
option 'device' 'radio0'
option 'network' 'lan'
option 'mode' 'sta'
option 'client_bridge' '1'
option 'ssid' '***'
option 'encryption' 'psk2'
option 'key' '***'
option 'frag' '2346'
option 'rts' '2347'
I'm pretty much out of ideas. Any thoughts? What do you guys get with your setup when running this benchmark?