Skip to content

bluemind-net/catlimit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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.