Skip to content
/ prv-rs Public

prv: pressure relief valve for Unix process pipelines

License

Notifications You must be signed in to change notification settings

msantos/prv-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYNOPSIS

prv option

DESCRIPTION

prv: pressure relief valve for Unix process pipelines

prv flow controls standard input by sampling lines in a time window.

EXAMPLES

while :; do date; done | prv -l 1 -w 10
Fri Aug 26 00:05:45 EDT 2022
Fri Aug 26 00:05:54 EDT 2022
Fri Aug 26 00:06:04 EDT 2022
^C

BUILD

cargo build

OPTIONS

-l, --limit number : message rate limit (default: 0 (no limit))

-w, --window seconds : message rate window (default: 1 second)

-W, --write-error exit|drop|block : behaviour if write buffer is full

-v, --verbose : verbose mode

-h, --help : help

About

prv: pressure relief valve for Unix process pipelines

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages