Skip to content

Instantly share code, notes, and snippets.

@leonardehrenfried
Created December 14, 2011 17:52
Show Gist options
  • Save leonardehrenfried/1477666 to your computer and use it in GitHub Desktop.
Save leonardehrenfried/1477666 to your computer and use it in GitHub Desktop.
Find slow requests in apache log with grep
cat /var/log/apache2/access.log|ack " [1-9]\d*/\d*$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment