Hello,

I'm trying to do a report of all hits on index.html in the root directory of a
site. 

Here's the command line stuff I'm using at the moment:

zcat `find /home/logs/sift/*site*  -name '*transfer-log*gz' -mtime -32` |grep 
'/index.html HTTP' > index.tmp  

#This makes a big file of log file lines from the site in question

zcat `find /home/logs/sift/*site* -name '*transfer-log*gz' -mtime -32` |grep '
/ HTTP' >> index.tmp 

#This appends all calls to /... 

cat index.tmp | /software/analog/analog

#And this feeds the resulting file into analog.

But I did a count on the number of lines in the file, and it's about half the
hits that analog reported! And going to the request report, only hits to "/"
are reported!

Would this be a big messy problem, or is it just because the resulting
index.tmp is no longer sorted by date?

Thank you,

Ale

--
Alejandro Fernandez, 
[EMAIL PROTECTED]
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to