Axel 通过打开多个 HTTP/FTP 连接来将一个文件进行分段下载,从而达到加速下载的目的。对于下载大文件,该工具将特别有用并且比wget下载速度高几倍。
axel [选项] [下载目录] [下载地址]
-s [x]:指定每秒下载最大比特数。
n [x]:指定同时打开的线程数。
-o f:指定本地输出文件。
-S [x]:搜索镜像并从X servers服务器下载。
-N:不使用代理服务器。
-v:打印更多状态信息。
-a:打印进度信息。
-h:该版本命令帮助。
-V:查看版本信息号。
# 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] # axel http://www.111cn.net /wp-content/uploads/2014/04/zabbix-adduser-01.jpg Initializing download: http://www.111cn.net /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) # 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 [ 1%] [0 1 2 3 ] [ 3.2MB/s] [21:47] # 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]
评论(0)
暂无评论
