> I am trying to solve the following problem:
> on my web site, some special files are available for download (eg. my
> resume/CV). I'd like to know who has downloaded these files....

To do that, I wrote a help app called "What Did I Find?". For each file in
the Request report, it annotates it with some 'cross' icons showing the
hosts who downloaded that file the most. Also some 'diamond' icon showing
who were the most frequent referrers. You hover your cursor over the icons
and the information pops up in a tooltip.

The program runs a bit slower than analog, and is impractical for more than
half a million log entries. So what I do is run analog first on the entire
log, then run WDIF on just the previous week or month, to find who
downloaded files recently.

http://www.wischik.com/lu/programmer/analog-stuff.html

Note: if you just want to find out how downloaded the files, you could just
as well do
  grep mycv.txt logs/*

--
Lucian

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+------------------------------------------------------------------------

Reply via email to