Linux下多线程下载工具MWget和Axel使用介绍
程序员文章站
2022-06-05 15:38:14
这篇文章主要介绍了Linux下多线程下载工具mwget和Axel的使用,都是基于命令行进行操作,需要的朋友可以参考下... 15-12-27...
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
found
configure: 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.tgz
begin to download: mongodb-linux-x86_64-2.4.5.tgz
filesize: 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.tgz
resolving 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 ok
length: 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 -h
gnu 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]
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使用的人更多,不仅仅安装方法简单,命令更简单。往下看。
安装axel
rpm安装axel(方法一)
下载地址:http://pkgs.repoforge.org/axel/
如图,选择适合你服务器的rpm
复制代码
代码如下:root@ttlsa # wget http://pkgs.repoforge.org/axel/axel-2.4-1.el6.rf.x86_64.rpm
root@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 -h
usage: 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.jpg
initializing download: http://www.ttlsa.com/wp-content/uploads/2014/04/zabbix-adduser-01.jpg
file size: 73009 bytes
opening output file zabbix-adduser-01.jpg
starting download</p> <p>root@ttlsa # axel http://www.ttlsa.com/wp-content/uploads/2014/04/zabbix-adduser-01.jpg
initializing download: http://www.ttlsa.com/wp-content/uploads/2014/04/zabbix-adduser-01.jpg
file size: 73009 bytes
opening output file zabbix-adduser-01.jpg
starting 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.iso
file size: 4467982336 bytes
opening output file centos-6.5-x86_64-bin-dvd1.iso
starting 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.iso
file size: 4467982336 bytes
opening output file centos-6.5-x86_64-bin-dvd1.iso
state 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,你的安装了吗?
下一篇: 新产品如何快速推广
推荐阅读
-
Linux下多线程下载工具MWget和Axel使用介绍
-
Linux系统中安装和使用Axel下载工具的教程
-
Linux下查看文件和文件夹大小的df和du命令使用介绍
-
Windows和Linux下使用Python访问SqlServer的方法介绍
-
Linux下多线程下载工具MWget和Axel使用介绍
-
Linux下查看文件和文件夹大小的df和du命令使用介绍
-
Windows和Linux下使用Python访问SqlServer的方法介绍
-
Windows和Linux下使用Python访问SqlServer的方法介绍
-
Linux系统中安装和使用Axel下载工具的教程
-
Windows和Linux下使用Python访问SqlServer的方法介绍