位置: IT常识 - 正文

Linux下多线程下载工具MWget和Axel使用介绍(linux多线程运行)

编辑:rootadmin
这篇文章主要介绍了Linux下多线程下载工具mwget和Axel的使用,都是基于命令行进行操作,需要的朋友可以参考下... 15-12-27

推荐整理分享Linux下多线程下载工具MWget和Axel使用介绍(linux多线程运行),希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:linux多线程运行程序,linux多线程并发的处理方式,linux多线程并发的处理方式,linux多线程运行程序,linux 多线程 多进程,linux 多线程 多进程,linux多线程编程实例,linux多线程运行程序,内容如对您有帮助,希望把文章链接给更多的朋友!

linux运维在操作linux过程中,用得最多的linux下载工具想必一定是wget,没有看到哪一台服务器没装过wget的,或许有人使用ftp下载,也有人使用多线程的axel以及ProZilla,毫无疑问这两个工具都非常的出色,但是对于习惯使用wget的人来说显得不适应,于是老外便开发了多线程版本的wget工具mwget,m表示multi多线程的意思.mwget官方地址:http://sourceforge.net/projects/kmphpfm/?source=dlp

代码如下:# cd /usr/local/src/# wget http://jaist.dl.sourceforge.net/project/kmphpfm/mwget/0.1/mwget_0.1.0.orig.tar.bz2# tar -xjvf mwget_0.1.0.orig.tar.bz2# cd mwget_0.1.0.orig# ./configure# make# make install

configure过程中如果出现如下错误,请安装大于等于0.35版本的intltool

代码如下:checking for intltool >= 0.35.0... ./configure: line 6824: intltool-update: command not found foundconfigure: error: Your intltool is too old. You need intltool 0.35.0 or later.# yum install intltool

wget vs mwget速度测试以下使用下载2.4.5版本的mongodb来取样.mwget速度测试

代码如下:# mwget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.4.5.tgzBegin to download: mongodb-linux-x86_64-2.4.5.tgzFileSize: 90M 36% [====> =====> ===> ====> ] [ 33M] [2.0M/s] [ETA:00:28]

mwget速度截图如下:

wget速度测试

代码如下:# wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.4.5.tgz--2013-08-16 10:55:23-- http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.4.5.tgzResolving fastdl.mongodb.org... 54.230.114.206, 54.230.113.36, 54.230.114.144, ...Connecting to fastdl.mongodb.org|54.230.114.206|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 94827295 (90M) [application/x-tar]Saving to: “mongodb-linux-x86_64-2.4.5.tgz.1”

6% [==> ] 6,470,547 210K/s eta 6m 26s

wget速度截图如下

mwget用法:

代码如下:# mwget -hGNU MWget 0.1.0 ,a non-interactive and multiline network retriever of all POSTIX Systems.Usage: mwget [Options]... [URL]...Options: -b, --debug Show the debug message -c, --count=num Set the retry count to [num], no limit when "0", the default is "99" -d, --directory=dir Set the local direcotry to [dir], the default is "." -f, --file=file Rename the file to [file] -h, --help A brief summary of all the options -i, --interval=num Set the ftp retry interval to [num] seconds, the default is "5" -n, --number=num Use [num] connections instead of the default (4) -r, --referer=URL Include `Referer: [URL]' header in HTTP request. -t, --timeout=num Set the connection timeout to [num] seconds, the default is "30" -v, --version Show the version of the mwget and exit -x, --proxy=URL Set the proxy [URL] Linux下多线程下载工具MWget和Axel使用介绍(linux多线程运行)

Mail bug reports and suggestions to <sa@kmlinux.tk><xiao_suo@hotmail.com>On website bug reports and suggestions to <http://mwget.sourceforge.net/> <http://www.kmlinux.tk/>We Welcome your BUG REPORT!

Axel 运维工作中,常常需要下载文件,因为网站下载速度限制或者网络等原因导致下载让人无法忍受,前面有介绍多线程wget工具mwget,提速不少,而且使用很简单。axel使用的人更多,不仅仅安装方法简单,命令更简单。往下看。安装AxelRPM安装Axel(方法一)下载地址:http://pkgs.repoforge.org/axel/如图,选择适合你服务器的RPM

代码如下:root@ttlsa # wget http://pkgs.repoforge.org/axel/axel-2.4-1.el6.rf.x86_64.rpmroot@ttlsa # rpm -ivh axel-2.4-1.el6.rf.x86_64.rpm Preparing... ########################################### [100%] 1:axel ########################################### [100%]

yum安装Axel(方法二)

代码如下:root@ttlsa # yum install axel

apt-get安装Axel如果你是Ubuntu系统

代码如下:root@ttlsa # axel -hUsage: axel [options] url1 [url2] [url...]

--max-speed=x -s x 最大速度 (字节/秒)--num-connections=x -n x 最大连接数--output=f -o f 指定文件名--search[=x] -S [x] Search for mirrors and download from x servers--header=x -H x 添加header--user-agent=x -U x 设置用户代理--no-proxy -N 不使用任何代理--quiet -q Leave stdout alone--verbose -v 显示更多状态信息--alternate -a 显示简单进度条--help -h 帮助--version -V 版本信息axel使用实例下载centos

代码如下:root@ttlsa # axel http://mirrors.btte.net/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-bin-DVD1.iso[ 1%] .......... .......... .......... .......... .......... [4654.5KB/s][ 1%] .......... .......... .......... .......... .......... [4657.1KB/s][ 1%] .......... .......... .......... .......... .......... [4656.5KB/s][ 1%] .......... .......... .......... .......... .......... [4659.3KB/s]

下载运维生存时间某图片

代码如下:root@ttlsa # axel http://www.ttlsa.com/wp-content/uploads/2014/04/<a href="http://www.ttlsa.com/monitor/zabbix/" title="zabbix"target="_blank">zabbix</a>-adduser-01.jpgInitializing download: https://www.yuucn.com/wp-content/uploads/2022/04/1650720329-ab5ed26214430be.jpgFile size: 73009 bytesOpening output file zabbix-adduser-01.jpgStarting download</p><p>root@ttlsa # axel https://www.yuucn.com/wp-content/uploads/2022/04/1650720329-ab5ed26214430be.jpgInitializing download: https://www.yuucn.com/wp-content/uploads/2022/04/1650720329-ab5ed26214430be.jpgFile size: 73009 bytesOpening output file zabbix-adduser-01.jpgStarting download

[ 0%] .......... .......... .......... .......... .......... [ 598.0KB/s][ 70%] .......... .......... .Connection 0 finished

Downloaded 71.3 kilobytes in 0 seconds. (710.02 KB/s)

简单进度条默认情况下,整个屏幕都是进度条,加上-a参数,进度条类似wget。

代码如下:root@ttlsa # axel -a http://mirrors.btte.net/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-bin-DVD1.iso Initializing download: http://mirrors.btte.net/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-bin-DVD1.isoFile size: 4467982336 bytesOpening output file CentOS-6.5-x86_64-bin-DVD1.isoStarting download</p><p>[ 1%] [0 1 2 3 ] [ 3.2MB/s] [21:47]

下载限速ttlsa的网站带宽有限制,我要保证下载的同时又不影响用户的访问,例如限制为1MB/s的下载速度,如下可以看到速度基本保证在1MB以内。

代码如下:root@ttlsa # axel -s 1024000 http://mirrors.btte.net/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-bin-DVD1.iso Initializing download: http://mirrors.btte.net/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-bin-DVD1.isoFile size: 4467982336 bytesOpening output file CentOS-6.5-x86_64-bin-DVD1.isoState file found: 30522952 bytes downloaded, 4437459384 to go.Starting download

,,,,,,,... .......... .......... .......... .......... [ 394.8KB/s][ 0%] .......... .......... .......... .......... .......... [ 689.2KB/s][ 0%] .......... .......... .......... .......... .......... [ 879.5KB/s][ 0%] .......... .......... .......... .......... .......... [ 974.5KB/s][ 0%] .......... .......... .......... .......... .......... [1086.4KB/s][ 0%] .......... .......... .......... .......... .......... [ 967.5KB/s][ 0%] .......... .......... .......... .......... .......... [ 943.8KB/s][ 0%] .......... .......... .......... .......... .......... [1021.0KB/s][ 0%] .......... .......... .......... .......... .......... [1066.1KB/s]

最后完成,方法很简单,功能很简单。运维生存时间的服务器以及安装了axel,你的安装了吗?

本文链接地址:https://www.jiuchutong.com/zhishi/268583.html 转载请保留说明!

上一篇:TP-Link TL-WR841N管理员密码(初始密码)是多少

下一篇:鸿蒙超级终端搜索不到设备怎么办? 超级终端支持设备清单(鸿蒙超级终端搜不到)

  • 增值税为什么不重复征税
  • 银行贴现属于贷款吗
  • 吴中区个体户如何办理
  • 企业所得税汇算清缴退税怎么做账
  • 销售分哪几类
  • 股东转让股权公司如何做账
  • 椅子坐垫有用吗
  • 无形资产研发成功
  • 企业所得税季报和年报的区别
  • 机票抵税申报表咋填
  • 新准则下怎么调整长期股权投资损益调整
  • 核定征收可以享受小微企业税收优惠吗
  • 从农民手中购买农产品税率
  • 接手新公司涉税问题分析
  • 收入确认的
  • 增值税小规模纳税人适用3%征收率
  • 客户少付货款怎么做账
  • 工会经费怎么申报,多久报一次
  • 在电脑上呢
  • 企业职工教育经费
  • 什么情况下可以认定为工伤
  • 国家减免税收
  • 华为mate50 pro
  • 差额征收单位所需材料
  • web课程设计网页
  • koeids.dll
  • 固定资产和固定资金的区别
  • koeids.dll
  • php输出数字
  • 长期待摊费用装修费摊销年限
  • 应收账款坏账准备计提方法
  • 调用系统服务出错原因
  • 登记银行存款日记账的凭证有哪些
  • 企业税金总额包括什么
  • 税控盘全额抵扣政策
  • python字典操作 遍历
  • 支付宝提取到公积金账户
  • 低值易耗品指的价格
  • mongodb的语句
  • 企业设置辅助账户的作用
  • 利润表一般采用
  • 收到承兑汇票在什么科目
  • 新销售收入的确认条件
  • 广告公司工程部
  • 汇算清缴期间发放的工资
  • 工程进度款如何做账
  • 业务招待费 纳税调增
  • 外币转入账户什么意思
  • 固定资产折旧递延收益
  • 长期待摊费用的二级科目有哪些
  • 预付账款为什么属于资产类
  • 付给供应商的货款怎么写记账凭证
  • 在胖东来买到过期的食品
  • 车辆购置税具有价外征收转嫁税负的特点吗
  • 什么是利润表?其作用有哪些?
  • 公司中征码是什么样子的
  • 投资其他公司做什么科目
  • 人力资源公司的名字
  • 无形资产摊销如何记账
  • mysql数据库的介绍
  • mysql 去除重复查询结果
  • centos编译安装tcpdump工具
  • win7如何共享文件夹给另一台电脑使用
  • 如何解决cpu超频问题
  • win7系统怎么用
  • win7系统玩英雄联盟黑屏怎么办
  • win7更新和安全在哪里
  • window8所有程序在哪
  • 苹果mac 最新系统
  • linux系统的服务器
  • ubuntu系统怎么安装
  • python选择器
  • python3.9爬取网页教程
  • js全选和全不选效果复选框
  • 轻轻松松学习JavaScript
  • 微信气泡png
  • 城乡医保怎么看有没有钱
  • 车辆购置税去哪个税务局交
  • 社保申报截止日期每月
  • 税务局实地核查内容
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设