Difference between revisions of "CentOS 7.x parallel command line download"

From Notes_Wiki
m
m
 
Line 1: Line 1:
<yambe:breadcrumb>CentOS_7.x_command_line_tools_and_utilities|CentOS 7.x command line tools and utilities</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x command line tools and utilities|Command line tools and utilities]] > [[CentOS 7.x parallel command line download]]
=CentOS 7.x parallel command line download=


For parallel download in centOS 7.x install aria2 package and use aria2c command as follows:
For parallel download in centOS 7.x install aria2 package and use aria2c command as follows:
Line 11: Line 10:


'''If the goal is to check bandwidth between two machines then [[CentOS 8.x iperf3|iperf3]] has better options to the same without getting into setting up webserver and a large file to download.'''
'''If the goal is to check bandwidth between two machines then [[CentOS 8.x iperf3|iperf3]] has better options to the same without getting into setting up webserver and a large file to download.'''
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x command line tools and utilities|Command line tools and utilities]] > [[CentOS 7.x parallel command line download]]

Latest revision as of 09:09, 25 August 2022

Home > CentOS > CentOS 7.x > Command line tools and utilities > CentOS 7.x parallel command line download

For parallel download in centOS 7.x install aria2 package and use aria2c command as follows:

   yum -y install aria2
   aria2c -x 16 http://centos.excellmedia.net/6/isos/x86_64/CentOS-6.9-x86_64-bin-DVD1.iso

Here, -16 refers to number of parallel threads that should be used for downloading given file / URL.

If the goal is to check bandwidth between two machines then iperf3 has better options to the same without getting into setting up webserver and a large file to download.



Home > CentOS > CentOS 7.x > Command line tools and utilities > CentOS 7.x parallel command line download