InfoHeap
Tech
Navigation
  • Home
  • Tutorials
    • CSS tutorials & examples
    • CSS properties
    • Javascript cookbook
    • Linux/Unix Command Line
    • Mac
    • PHP
      • PHP functions online
      • PHP regex
    • WordPress
  • Online Tools
    • Text utilities
    • Online Lint Tools
search

Curl

  • Curl handy commands
  • Curl - follow redirects
  • Curl - hide progress bar
  • Curl with download/upload rate limit
 
  • Home
  • > Tutorials
  • > Linux/Unix Command Line
  • > Curl

Curl with download/upload rate limit – code snippets

By admin on Jan 6, 2016

Curl with rate limit (both download and upload bandwidth) to 1 KBps (1 kilobytes per second)

$ curl --limit-rate 1K https://infoheap.com/ > out.html
// or 
$ curl --limit-rate 1k https://infoheap.com/ > out.html

Total time taken 33 seconds for a file size of 33K.

Other possible examples of limit value are: 2m, 2G, etc.


Curl version used: curl 7.43.0

Suggested posts:

  1. AngularJS format date using date filter
  2. migrate multiple mysql databases using mysqldump on Linux
  3. PhantomJS – how to skip Google analytics code when fetching a web page
  4. Alexa rank – how reliable is it?
  5. How to kill unresponsive ssh session using escape sequence
  6. Mac – how to change desktop icons size
  7. Linux – find top directories by used disk size (excluding size of subdirectories)
  8. Bash – how to stop at error
Share this article: share on facebook share on linkedin tweet this submit to reddit
Posted in Tutorials | Tagged Curl, Linux/Unix Command Line, Tutorials
  • Browse content
  • Article Topics
  • Article archives
  • Contact Us
Popular Topics: Android Development | AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | Company results | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Kubernetes | Linux | Linux/Unix Command Line | Mac | Mac Command Line | Mysql | Networking | Node.js | Online Tools | PHP | PHP cookbook | PHP Regex | Python | Python array | Python cookbook | SEO | Site Performance | SSH | Ubuntu Linux | Web Development | Webmaster | Wordpress | Wordpress customization | Wordpress How To | Wordpress Mysql Queries | InfoHeap Money

Copyright © 2025 InfoHeap.

Powered by WordPress