Skip to content

Instantly share code, notes, and snippets.

@MinCha
Created October 17, 2012 05:09
Show Gist options
  • Save MinCha/3903802 to your computer and use it in GitHub Desktop.
Save MinCha/3903802 to your computer and use it in GitHub Desktop.
One Line Apache RPS Monitoring
while true; do curl localhost/server-status?auto | grep ReqPerSec; sleep 2; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment