Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piping standard input to stdandard output, rate limiting.

Read standard input and rate limit to standard output if -kbps is specified.

Example:

dd if=/dev/zero bs=1M | ./catlimit_linux_amd64 -kbps $((1024*2)) | pv -per

will limit to 2MiB/s.

About

stdin to stdout pipe with ratelimit

Resources

Stars

1 star

Watchers

8 watching

Forks

Releases

Packages

Contributors

Languages