pv

Monitor data's progress through a pipe with a visual progress bar

brewmacoslinux
Try with needOr install directly
Source

About

Monitor data's progress through a pipe

Commands

pv

Examples

Show progress while copying a large file$ pv large_file.iso > /tmp/backup.iso
Monitor progress of data through a pipe with throughput info$ cat large_file.zip | pv -L 1m > /tmp/file.zip
Display progress bar and ETA while compressing a directory$ tar czf - /large/directory | pv > backup.tar.gz