pipemeter

Shows the speed of data moving from input to output

brewmacoslinux
Try with needOr install directly
Source

About

Shows speed of data moving from input to output

Commands

pipemeter

Examples

Monitor the speed of a file copy operation$ cat large_file.iso | pipemeter > /tmp/output.iso
Display download speed from a URL$ curl https://example.com/largefile.zip | pipemeter > file.zip
Monitor compression speed with gzip$ cat data.txt | pipemeter | gzip > data.txt.gz