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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -