准备工作:

手机,待测路由器,手机软件speedtest

1.配置对应ssid某个方向的限速:
    echo ssid(raX/raiX) dir(rx/tx) ratelimit(kbps) > /proc/tc3162/wlan_ssid_ratelimit
    其中wifi rx指AP收包即wifi->lan或wifi->wan, wifi tx指AP发包即lan->wifi或wan->wifi
    example:
        echo rai0 rx 100000 > /proc/tc3162/wlan_ssid_ratelimit,将rai0的rx限速配置为100Mbps(下行)
2.查看配置的ssid限速:
    cat /proc/tc3162/wlan_ssid_ratelimit
3.查看各个queue的当前信息:
    cat /proc/tc3162/wlan_q_info

注:如果是telnet 登录 ,需要在dmesg 显示相应信息

环境:

手机连接路由器的2.4G(ra0)或者5G(rai0),点击开始即可

无线测速方法:

第2种:http://192.168.99.233/example-pretty.html

无线测速方法:

方法3:

搭建环境:两台电脑PC ,两台电脑相互打流,两台电脑安装endpoint.exe ,其中一台电脑安装IxChariot 软件

待续。。。。。

 

 

 

 

 

 

 

相关文章:

  • 2021-08-18
  • 2021-11-09
  • 2022-01-06
  • 2022-12-23
  • 2021-05-01
  • 2021-05-27
  • 2021-12-15
  • 2021-12-19
猜你喜欢
  • 2021-12-19
  • 2022-12-23
  • 2021-08-29
  • 2022-01-09
  • 2021-12-06
  • 2021-11-24
  • 2021-05-08
相关资源
相似解决方案