Skip to main content
1 of 2
Marco Daniel
  • 781
  • 1
  • 5
  • 8

The man site of wget provides the following information:

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

Marco Daniel
  • 781
  • 1
  • 5
  • 8