Skip to content

Instantly share code, notes, and snippets.

@adrienjoly
Created January 6, 2014 16:02
Show Gist options
  • Save adrienjoly/8284962 to your computer and use it in GitHub Desktop.
Save adrienjoly/8284962 to your computer and use it in GitHub Desktop.
Count number of requests per second (read in real-time from appd.out log file)
echo Number of requests per second (read in real-time from appd.out log file)
tail -F appd.out | sed -u -n -e '/===/p' | pv -l -i10 -r >/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment