Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

12
  • I know about this option, it works, but wget cannot download in multiple threads. This limits speed. Also, I couldn’t calculate the overall speed, and i need exactly this Commented Nov 17, 2018 at 19:44
  • I improved my question with this Commented Nov 17, 2018 at 19:45
  • 1
    I'm confused. If you run 2 wget processes at the same time, they will use different threads. Then, isn't the your overall speed just the sum of the speed of the individual downloads, e.g. 2.4 Mbps on one interface, 1.4 Mbps on another, overall 3.8 Mbps? What am I missing? Commented Nov 17, 2018 at 19:49
  • Not really. First, it,s hard to run them really simultaneously to check the overall speed. But it’s not the main issue. Second, single-thread download is usually slower, at least in my case (tried centos “all” image) Commented Nov 17, 2018 at 19:53
  • I updated my answer with an option that is multi-threaded per network interface. Perhaps a simple script could be used to run them simultaneously and even add the speeds together. Commented Nov 17, 2018 at 19:56