ubuntuusers.de

Verbindungen priorisieren

Status: Gelöst | Ubuntu-Version: Kein Ubuntu
Antworten |

devilroot

Anmeldungsdatum:
14. Mai 2009

Beiträge: 50

Hi,

Man schaut ein Video auf Youtube und lädt nebenbei eine Datei herunter. Das Youtube Video ist einem wichtiger und ich würde gerne den Datei download dafür niedriger priorisieren.

Youtube = firefox ; Datei = wget

Unabhängig vom Szenario welche Möglichkeiten gibt es Traffic daher gehend zu priorisieren?

Um es kurz anzumerken es handelt sich dabei um eine leistungsarme Leitung, wo Prioritäten "leben retten" können. 😛

Kätzchen

Avatar von Kätzchen

Anmeldungsdatum:
1. Mai 2011

Beiträge: 7119

Wohnort: Technische Republik

Hallo,

Trickle

siehe.: Nutzungsbeispiele mit Befehl

lubux

Anmeldungsdatum:
21. November 2012

Beiträge: 14393

devilroot schrieb:

... ich würde gerne den Datei download dafür niedriger priorisieren.

Youtube = firefox ; Datei = wget

Unabhängig vom Szenario welche Möglichkeiten gibt es Traffic daher gehend zu priorisieren?

Du könntest auch

--limit-rate=amount
           Limit the download speed to amount bytes per second.  Amount may be expressed in bytes, kilobytes with the k suffix, or
           megabytes with the m suffix.  For example, --limit-rate=20k will limit the retrieval rate to 20KB/s.  This is useful when, for
           whatever reason, you don't want Wget to consume the entire available bandwidth.

           This option allows the use of decimal numbers, usually in conjunction with power suffixes; for example, --limit-rate=2.5k is a
           legal value.

           Note that Wget implements the limiting by sleeping the appropriate amount of time after a network read that took less time
           than specified by the rate.  Eventually this strategy causes the TCP transfer to slow down to approximately the specified
           rate.  However, it may take some time for this balance to be achieved, so don't be surprised if limiting the rate doesn't work
           well with very small files.

benutzen. Siehe

man wget

devilroot

(Themenstarter)

Anmeldungsdatum:
14. Mai 2009

Beiträge: 50

Danke !

Ist als gelöst markiert.

Antworten |