Created
October 17, 2012 05:09
-
-
Save MinCha/3903802 to your computer and use it in GitHub Desktop.
One Line Apache RPS Monitoring
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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