Tagged Questions
1
vote
3answers
148 views
What's the simplest way to count the number of requests to /foo/ that Apache has served?
I'm looking to retroactively parse the logs and count the number of /foo/* requests that have occurred to have a baseline benchmark for a new feature that we're pushing. A simple command line script ...