Can i run few processes in parallel of axel to download same file? Each time I start new process:
axel -a -n 10 http://image-net.org/image/ILSVRC2017/ILS VRC2017_DET.tar.gz
I get notification:
Initializing download: http://image-net.org/image/ILSVRC2017/ILSVRC2017_DET.tar. gz
File size: 60855983982 bytes
Opening output file ILSVRC2017_DET.tar.gz.0
State file found: 5103495158 bytes downloaded, 55752488824 to go.
Starting download
Then all of my parallel processes shows the same downloaded % on status bar.
axel -a -n 10 http://image-net.org/image/ILSVRC2017/ILSVRC2017_DET.tar.gz
[ 9%] [0 1 2 3 4 5 6 7 8 9 ] [ 2,5MB/s] [ 5h57]
only speed and time left is different then
When i run in multiprocess i have 10mb/s total, otherwise 2mb/s for process only.