You are not logged in.
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
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
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
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
+1 for QoS but you can try trickle, wondershaper or some similar app.
Offline