Closed redmop closed 9 years ago
rate limit only line speed
pseudo code
zfs send | pv <options> | compress | mbuffer <options with rate limit> | ssh <options> | mbuffer <options> | uncompress | zfs recv
This will likely mean using mbuffer to rate limit instead of pv. This will cause pv to show a different rate than the line.
Finished. Not adding in rate limiting as it's already done, just not documented except in code.
Defaults for pv are "-p -t -e -r -b". They all need included if average is used. Let's spell them out "--progress --timer --eta --rate --bytes" Size for pv is "-s" Let's spell it out "--size "
Average for pv is "-a" Let's spell them out "--average-rate"
Rate limiting for pv is "-L" Lets spell it out withg "--rate-limit "