Entra

View Full Version : impostare priorità banda per wget???


dexterxx
01-08-2003, 15:57
Ciao a tutti!
Purtroppo "viaggio" ancora con un 56k...
e se sto scaricando con wget è quasi impossbile navigare a momenti...

esiste un modo per settare la prioprità nella gestione della (poca)banda?

in modo che ad esempio se la sta usando solo lui vada al 100%...ma se ci son altre richieste (come ad esempio navigazione web) a seconda di quello che abbiam impostato permetta di lasciare una tot percentuale di banda..o tutta....

pls evitate robe del tipo: non navigare quando scarichi (e grazie al c*** :D ) :D

Grazie!
Saluti!

ANDY CAPS
01-08-2003, 20:58
:( ancora niente.....

per wget ti incolla da man wget
-----------------

--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 kind of thing is useful when, for whatever reason, you
don't want Wget to consume the entire evailable bandwidth.

Note that Wget implementeds 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 takes some time
for this balance to be achieved, so don't be surprised if limiting the
rate doesn't work with very small files. Also, the "sleeping" strategy
will misfire when an extremely small bandwidth, say less than 1.5KB/s,
is specified

--------------------

wget --limit-rate=2 ftp/ftp.prova

ti imposta il download di wget a 2kb/s