Отправляет email-рассылки с помощью сервиса Sendsay

ограничение скорости wget

Привет всем!

Как можно сделать сабж? Ман не помог :)
-*Название листа "Linux: разрешение вопросов, перспективы и общение";
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Адрес правил листа http://subscribe.ru/catalog/comp.soft.linux.discuss/rules
Номер письма: 7680; Возраст листа: 309; Участников: 1150
Адрес сайта рассылки: http://www.linuxrsp.ru
Адрес этого письма в архиве: http://subscribe.ru/archive/comp.soft.linux.discuss/msg/158061



-*Информационный канал Subscribe.Ru
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Отписаться: mailto:comp.soft.linux.discuss--unsub@subscribe.ru

http://subscribe.ru/ mailto:ask@subscribe.ru

Ответить   Matvey Sun, 30 May 2004 22:51:50 +0300 (#158061)

 

Ответы:

Воскресенье 30 Май 2004 23:51, Matvey написал:

wget --limit-rate=10k

$ wget --help | grep limit

Ответить   Xinus Mon, 31 May 2004 00:33:55 +0400 (#158079)

 

On Mon, 31 May 2004 00:33:55 +0400
Xinus <xi***@p*****.ru> wrote:

А вот не знает GNU Wget 1.7 такой команды. Неужели люди еще в 2001 году не могли
ограничить скорость закачки - вроде ж не 0.3 версия?
-*Название листа "Linux: разрешение вопросов, перспективы и общение";
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Адрес правил листа http://subscribe.ru/catalog/comp.soft.linux.discuss/rules
Номер письма: 7707; Возраст листа: 310; Участников: 1149
Адрес сайта рассылки: http://www.linuxrsp.ru
Адрес этого письма в архиве: http://subscribe.ru/archive/comp.soft.linux.discuss/msg/158750



-*Информационный канал Subscribe.Ru
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Отписаться: mailto:comp.soft.linux.discuss--unsub@subscribe.ru

http://subscribe.ru/ mailto:ask@subscribe.ru

Ответить   Matvey Mon, 31 May 2004 20:16:14 +0300 (#158750)

 

On Mon, 31 May 2004, Matvey wrote:

могли

Так обнови. Чего сюда то писать это все?

Ответить   Tue, 1 Jun 2004 01:03:49 +0400 (MSD) (#158897)

 

Чё, в самом деле не помог? А как полагаешь, откуда взялся этот текст
(внизу)?

-T seconds
--timeout=seconds

Set the read timeout to seconds seconds. Whenever a network read is
issued, the file descriptor is checked for a timeout, which could
otherwise leave a pending connection (uninterrupted read). The default
timeout is 900 seconds (fifteen minutes). Setting timeout to 0 will
disable checking for timeouts.

Please do not lower the default timeout value with this option unless
you know what you are doing.

--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.

-w seconds
--wait=seconds

Wait the specified number of seconds between the retrievals. Use of
this option is recommended, as it lightens the server load by making
the requests less frequent. Instead of in seconds, the time can be
specified in minutes using the m suffix, in hours using h suffix, or
in days using d suffix.

Specifying a large value for this option is useful if the network or
the destination host is down, so that Wget can wait long enough to
reasonably expect the network error to be fixed before the retry.

--waitretry=seconds

If you don't want Wget to wait between every retrieval, but only
between retries of failed downloads, you can use this option. Wget
will use linear backoff, waiting 1 second after the first failure on
a given file, then waiting 2 seconds after the second failure on that
file, up to the maximum number of seconds you specify. Therefore, a
value of 10 will actually make Wget wait up to (1 + 2 + ... + 10) = 55
seconds per file.

Note that this option is turned on by default in the global wgetrc file.
-*Название листа "Linux: разрешение вопросов, перспективы и общение";
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Адрес правил листа http://subscribe.ru/catalog/comp.soft.linux.discuss/rules
Номер письма: 7696; Возраст листа: 310; Участников: 1149
Адрес сайта рассылки: http://www.linuxrsp.ru
Адрес этого письма в архиве: http://subscribe.ru/archive/comp.soft.linux.discuss/msg/158612



-*Информационный канал Subscribe.Ru
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Отписаться: mailto:comp.soft.linux.discuss--unsub@subscribe.ru

http://subscribe.ru/ mailto:ask@subscribe.ru

Ответить   Mon, 31 May 2004 17:50:19 +0400 (#158612)

 

On Mon, 31 May 2004 17:50:19 +0400
<vabv***@m*****.ru> wrote:

Наверное из более свежего мана (мой от 2001-06-15), т. к. наличиствуют только
следующие опции:

Если тебе кажется, что эта опция делает паузы между пакетами, то желаю тебе удачи
в "быстрой" скачке - 15 мин по умолчанию.
На самом деле, это всего лишь таймаут на ожидание пакета, после него связь считается
безнадежно утерянной :)

Пробовал, не помогло, хотя, по идее, должно.

Пробовал, не помогло - судя по всему, это таймаут между запросами, которые посылаются
при срыве соединения
-*Название листа "Linux: разрешение вопросов, перспективы и общение";
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Адрес правил листа http://subscribe.ru/catalog/comp.soft.linux.discuss/rules
Номер письма: 7706; Возраст листа: 310; Участников: 1149
Адрес сайта рассылки: http://www.linuxrsp.ru
Адрес этого письма в архиве: http://subscribe.ru/archive/comp.soft.linux.discuss/msg/158749



-*Информационный канал Subscribe.Ru
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Отписаться: mailto:comp.soft.linux.discuss--unsub@subscribe.ru

http://subscribe.ru/ mailto:ask@subscribe.ru

Ответить   Matvey Mon, 31 May 2004 20:13:03 +0300 (#158749)