Giter Site home page Giter Site logo

netspeedtest's Introduction

luci-app-netspeedtest

访问数:[]

screenshots

luci-app-netspeedtest 网络速度诊断测试(包括:内网网页版测速、内网iperf3吞吐测速、外网speedtest.net网速测试、特定服务器的端口延迟测速)

luci-app-netspeedtest 网络速度诊断测试

认真阅读完毕 本页面,本页面包含注意事项和如何使用。

写在前面

  • 一直在找OPENWRT上测试速度的插件,苦寻不到,于是有了它! 此插件可进行内外和外网网络速度测试。
  • TG群友说插件2年没更新了,花了几天时间结合时下需要,将网络测试功能升级到2.0版本。

功能说明

  • 内网网页版测速插件 :基于speedtest-web网页版,启用后再点start进行测速。网页版启动后程序会驻留内存不测速建议不启用服务。
  • 内网iperf3吞吐测试 ,服务端路由器如果没有安装请先安装此iperf3插件。
  • 外网测速使用speedtest.net测速内核,基于speedtest-cli,需要有python3才能执行。
  • 特定服务器的端口延迟测速,是测试指定服务器的端口的延迟情况。

iperf3吞吐测试注意事项

  • 测速的终端使用机器必须和测速服务器在同一个局域网络中!
  • 客户端使用步骤:启动测速服务器端-->下载测试客户端-->运行测速客户端-->输入服务端IP地址-->查看结果。
  • 客户端运行,国内端下载中有“iperf3测速客户端”,运行它输入服务器IP即可。 国外原版,需要手动进入 CMD命令模式,再输入命令:iperf3.exe -c 服务器IP
  • 网络测速iperf3客户端下载地址:https://sipdboy.lanzoui.com/b01c3esih 密码:cpd6
  • 需要依赖: python3 iperf3 speedtest-web

版本说明

2022.10.18 网速测试V2.0.3:

  • 代码基本重写和优化。
  • Iperf3可实时体现服务状态。
  • 增加内网测试网页版。
  • 外网测速,加入更详细测试报告。

2021.3.2 网速测试V1.6:

  • 升级宽带测试带2.13内核。
  • 解决1.806以上版本不能编译问题。

使用方法

将NetSpeedTest 主题添加至 LEDE/OpenWRT 源码的方法。

下载源码方法一:

  • 编辑源码文件夹根目录feeds.conf.default并加入如下内容:

    # feeds获取源码:
	
    src-git netspeedtest https://github.com/sirpdboy/netspeedtest

 # 更新feeds,并安装主题:
 
  scripts/feeds update netspeedtest
  scripts/feeds install netspeedtest

下载源码方法二:


   # 下载源码
   
   git clone https://github.com/sirpdboy/netspeedtest.git package/netspeedtest
   make menuconfig
   

配置菜单

   make menuconfig
   # 找到 LuCI -> Applications, 选择 luci-app-netspeedtest, 保存后退出。

编译

   # 编译固件
   make package/netspeedtest/luci-app-netspeedtest/compile V=s

源码说明

screenshots

界面

screenshots

screenshots

screenshots

screenshots

其它

感谢

感谢sivel、superspeed、user1121114685、ZeaKyX、佐须之男、lean等。因为有你们珠玉在前!

捐助

screenshots

图飞了😂 图飞了😂
xm1 xm1
图飞了😂

netspeedtest's People

Contributors

sirpdboy avatar kiddin9 avatar shinegod avatar bluestar800 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.