Pipeline view in shell

tail -f /var/log/nginx/access.log | pv --line-mode --rate > /dev/null

https://serverfault.com/questions/473905/is-there-a-unix-linux-command-to-count-lines-per-second-from-stdin

LEAVE A COMMENT