当前位置:首页 > 教程 > 第三方教程 > 正文内容

spdMerlin - Automated speedtests with graphs

bingge7年前 (2019-09-23)第三方教程52240

LINK:https://www.snbforums.com/threads/spdmerlin-automated-speedtests-with-graphs.55904/

v2.0.0
Updated 2019-07-08

This script uses a large amount of RAM/memory when the speedtest is running, and as such a swap file is required

The speedtest is scheduled to run at 12 past and 42 past the hour, every hour, by default

Regarding speeds not necessarily matching browser-based tests, please see https://github.com/sivel/speedtest-cli#inconsistency
 

Run automated speedtests for your Internet on your router with graphs available on the Tools page of the WebUI.

This script serves as a user-friendly installer for a personal project developed by @JGrana
Permission received from @JGrana to publish this!

spdMerlin is free to use under the GNU General Public License version 3 (GPL 3.0).

spdMerlin uses speedtest-cli

This project is hosted on GitHub

Love the script and want to support future development? Any and all donations gratefully received! PayPal donation



Supported Models
Models
All modes supported by Asuswrt-Merlin. Models confirmed to work are below:

  • RT-AC68U

  • RT-AC86U

  • RT-AC3100

Firmware versions
You must be running firmware no earlier than 384.XX Asuswrt-Merlin

Installation
Using your preferred SSH client/terminal, copy and paste the following command, then press Enter:

Code:
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/jackyaz/spdMerlin/master/spdmerlin.sh" -o "/jffs/scripts/spdmerlin" && chmod 0755 /jffs/scripts/spdmerlin && /jffs/scripts/spdmerlin install

Usage
To launch the spdMerlin menu after installation, use:

Code:
spdmerlin

If this does not work, you will need to use the full path:

Code:
/jffs/scripts/spdmerlin

Updating
Launch spdmerlin and select option u


免责声明
  本网站所收集的部分公开资料来源于互联网,转载的目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。如遇侵权请发邮件admin#asussmart.com 进行删除(#替换成@)!

本站会跳转到JD网站,如你不能接受,请退出访问本网站,本站没有为你免费服务的义务,也请大家文明访问!

扫描二维码推送至手机访问。

版权声明:本文由AsusSmart发布,如需转载请注明出处。

本文链接:https://www.asussmart.com/smart/657.html

标签: 教程
分享给朋友:

“spdMerlin - Automated speedtests with graphs” 的相关文章

华硕RT-ACRH17路由器不拆机刷不死OpBoot操作教程

华硕RT-ACRH17路由器不拆机刷不死OpBoot操作教程

本文转载自:http://www.upantool.com/sense/luyouqi/13458.html  因为华硕路由器刷机是有风险的,所以我们刷机之前一定要先做ART分区的备份,可以参考这个教程备份一下,然后开始刷不死OpBoot 准备刷机的固件:LEDE和opboot准…

光猫怎么连接无线路由器一看就懂

光猫怎么连接无线路由器一看就懂

本文转载自:http://www.upantool.com/sense/luyouqi/13289.html现在的家庭上网都是安装了宽带,而且跟以前不同,现在的宽带全部以光纤入户了,这样就能轻松实现100M的宽带上网,而有光纤就需要用到光猫,而对于我们用户来说,家里的手机多了就得买无线路由器,买回路…

宽带连接错误651是什么意思?宽带连接错误651怎么解决

宽带连接错误651是什么意思?宽带连接错误651怎么解决

大家在使用宽带上网的时候偶尔会遇到宽带连接错误651的情况,每一个宽带错误代码都有对应的错误含义,宽带连接错误651为调制解调器(modem)发出的错误报告,一般情况下是未找到指定的端口。以下介绍以下这种错误发生的情况和具体的解决方法:【宽带连接错误651是什么意思】 遇到宽带连接错误651时,经…

Windows各操作系统常见PPPoE拨号错误代码说明

Windows各操作系统常见PPPoE拨号错误代码说明

本文列出Windows系统使用系统自带的宽带连接拨号可能出现的错误代码及解决方法。一、错误代码678/651Windows XP拨号提示错误678,远程计算机没反应,如下图:Windows 7/8/8.1/10提示错误代码651,调制解调器(或其他连接设备)报告了一个错误。如下图:注意:Window…

多台路由器如何串联(级联)?

多台路由器如何串联(级联)?

一、应用介绍多台路由器串联,主要是为满足扩大原有的网络范围或者在原有的网络下构建新的网络(子网络)。一般我们会在以下情况使用多个路由器串联:A. 家庭网络中为了扩大无线信号覆盖,会增加新的无线路由器进行信号增强;B. 原来的路由器是有线路由器,为了增加无线信号,也可能会增加无线路…

如何同时Ping 1000个IP地址,小技巧节约一整天?

如何同时Ping 1000个IP地址,小技巧节约一整天?

我们知道,想知道一个ip地址是否联通,我们直接可以用ping命令解决,有弱电VIP技术群里朋友问到,如果有10设备,100台设备,1000台设备怎么办?一个个ping过去人都要疯掉了,这种情况在大型网络中我们有可能遇到,那怎么办呢?我们今天来看下。一、批量ping网段对于一个网段ip地址众多,如果单…