找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 11355|回复: 17

实现aria2定时限速

[复制链接]
接的是电信ADSL12M,使用aria2作为下载工具,但是没有类似transmission的定时限速功能,原来方法是:准备两个配置文件,通过定时任务来切换不同的配置文件,但是有些下载服务器是不支持断点续传(如115),重启aria2后,原来的任务无法继续;

后来考虑通过curl(如果没有可以通过ipkg install curl来安装)调用aria2的jsonrpc接口:

白天限速为下载:5.2M(650K),上传为:240K(30K)的shell脚本aria2_speed_restict.sh内容:
curl http://127.0.0.1:6800/jsonrpc -H "Content-Type: application/json" -H "Accept: application/json" --data '{"jsonrpc":"2.0","id":1,"method":"aria2.changeGlobalOption","params":[{"max-overall-download-limit":"640K","max-overall-upload-limit":"30K"}]}'

晚上恢复全速下载:8M(1M),上传为:320K(40K)的shell脚本aria2_speed_full.sh内容
curl http://127.0.0.1:6800/jsonrpc -H "Content-Type: application/json" -H "Accept: application/json" --data '{"jsonrpc":"2.0","id":1,"method":"aria2.changeGlobalOption","params":[{"max-overall-download-limit":"1M","max-overall-upload-limit":"40K"}]}'
可以把这个两个命令shell文件,然后在tomato的系统管理定时任务中设置相应的时间段运行即可。


这样就能做到不中断下载任务,进行动态限制下载速度

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
我的恩山、我的无线 The best wifi forum is right here.
 楼主| | 显示全部楼层
请注意修改脚本的运行权限:
chmod 755 aria2_speed_full.sh
chmod 755 aria2_speed_restict.sh

如果空间太小的话,其实还可以使用wget来代替curl
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

不错不错        {:soso_e179:}
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

好东西!支持分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

楼主你好 感谢提供信息

请问有具体操作方法吗?

https://www.right.com.cn/forum/thread-158682-1-1.html
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

亲,要的就是这个,非常感谢!!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
lm317379829 发表于 2015-2-2 09:43
石像鬼上可以用吗?

没刷过石像鬼,可以考虑用wget
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

这个不错,收藏了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

感谢楼主分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

感谢LZ分享智慧

白天限速为下载:5.2M(650K),上传为:240K(30K)的shell脚本aria2_speed_restict.sh内容:
curl http://127.0.0.1:6800/jsonrpc -H "Content-Type: application/json" -H "Accept: application/json" --data '{"jsonrpc":"2.0","id":1,"method":"aria2.changeGlobalOption","params":[{"max-overall-download-limit":"640K","max-overall-upload-limit":"30K"}]}'

注:640K为最高下载速度,30K为最高上传速度,下同

晚上恢复全速下载:8M(1M),上传为:320K(40K)的shell脚本aria2_speed_full.sh内容
curl http://127.0.0.1:6800/jsonrpc -H "Content-Type: application/json" -H "Accept: application/json" --data '{"jsonrpc":"2.0","id":1,"method":"aria2.changeGlobalOption","params":[{"max-overall-download-limit":"1M","max-overall-upload-limit":"40K"}]}'
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

看上去不错,石像鬼应该差不多
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

这个不错,收藏了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

我还见过    用crul自动添加 种子,自动下载
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

感谢楼主分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

mark备用。谢谢。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-5-1 10:49

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表