grep - What's the simplest way to count the number of requests to /foo/ that Apache has served? -
I am looking to re-log the logically and count the number of / foo / * requests The baseline for a new feature, the benchmark that we are pushing, will simplify a simple command line script - with an extra bonus to be able to specify a date range.
Some use of grep, perhaps?
for example -c '\] "[AZ] + / foo /' access_log
Comments
Post a Comment