You are not logged in.

#1 2012-06-01 07:53:31

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Setting a big download to "nice" prioprity.

One feature I am missing is the ability to start a big download as nice. I mean with low priority, so that it is only downloaded when the internet connection is not otherwise used. It would allow me to start big downloads for hours without slowing down my browsing experience, in just the same way we can put a long CPU intensive app on nice. Is there anything related to this? If yes how can it be used?

Offline

#2 2012-06-01 07:59:30

JackH79
Member
From: Australia
Registered: 2009-06-18
Posts: 663
Website

Re: Setting a big download to "nice" prioprity.

Don't know about automatic bandwidth scaling but you could use:

wget --limit-rate=50k <mydownloadurl>

set 50k to whatever you can/want to spare. See man wget for more infos.

Offline

#3 2012-06-01 08:51:52

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: Setting a big download to "nice" prioprity.

JackH79 wrote:

Don't know about automatic bandwidth scaling but you could use:

wget --limit-rate=50k <mydownloadurl>

set 50k to whatever you can/want to spare. See man wget for more infos.

This is not what I want. I want that the download uses all not otherwise used bandwidth. It will use full bandwidth unless there are other tasks with higher priority. Given the fact that browsing the web is not very bandwidth intensive it would allow me to browse the web at full speed while only marginally slowing down the download. This is exactly what nice do for the CPU.

Offline

#4 2012-06-01 10:05:43

defears
Member
Registered: 2010-07-26
Posts: 218

Re: Setting a big download to "nice" prioprity.

I don't know of an Arch way to do this but my Netgear router has a setting called QOS (Quality of servce) that does exatly that for different computers and individual programs on different computers. Might save you from downloading another package if you already have the ability.

Offline

#5 2012-06-01 12:29:27

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Setting a big download to "nice" prioprity.

+1 for QoS but you can try trickle, wondershaper or some similar app.

Offline

Board footer

Powered by FluxBB