Here's something I want to do with Analog. Please tell me if it's possible and if so, how to do it.

There is a subset of requests I am interested in. I can include those (and exclude others) with the INCLUDE command.

For each of the included requests, I want to see how many times each request was made per day. So the result would look something like this:


January 1, 2005
reqs    url
-----    ---
66    /foo/bar
77    /foo/baz

January 2, 2005
reqs    url
----    ---
81    /foo/bar
52    /foo/baz

...and so on, for every date contained in the log file.

I know this could generate a potentially huge report, but the number of URLs I am interested in is relatively small.

Thanks in advance........

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------

Reply via email to