[analog-help] Missing requests?

2000-03-16 Thread Jeremy Wadsack
In a run of a day's stats on some log files, the count of request for a file was about 167,000. Yet a quick count of logfile entries for the same period for the file totaled close to 260,000. The file doesn't appear in the redirections or failures (the total of all of which is about 12,000). The

Re[2]: [analog-help] using with QuickDNS

2000-03-16 Thread Nancy S. Brown
Jeremy, Aengus - thanks for your help with QuickDNS. -- Nancy Brown Designing Web http://designingweb.net [EMAIL PROTECTED] -- This is the analog-help mailing list. To unsubscribe from this mailing l

Re: [analog-help] Page Requests

2000-03-16 Thread Stephen Turner
1) Yes, */ are already pages. 2) You need to use DIRSUFFIX to do all this properly. -- Stephen Turner http://www.statslab.cam.ac.uk/~sret1/ Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England "8th March 2000. National No Smoking Day. Ash Wednesday." (On a calendar)

[analog-help] Page Requests

2000-03-16 Thread Tristan Lawrence
The DirectoryIndex (page that gets sent by default) in one of our installations is "index.shtml" Because the logfile showed the user request as "GET / HTTP/1.0" the Analog report looked like this: General Summary Successful requests: 5,480,951 Successful requests for pages: 669,177 Request Re

Re: [analog-help] Pageexclusion

2000-03-16 Thread Stephen Turner
On Thu, 16 Mar 2000, Trevor Pervin wrote: > > I am trying to exclude certain pages from our Analog Stats using the > PAGEEXCLUDE statement, but it appears not to work, has anyone used > this successfully or does anyone know of any problems. It works with a > Global exclude

Re: [analog-help] REQOUTPUTALIAS regexp help needed

2000-03-16 Thread Stephen Turner
On Wed, 15 Mar 2000, Jeremy Wadsack wrote: > > > Kim Scarborough wrote: > > > REQOUTPUTALIAS REGEXP:^(/mercury/sounds/381209\.*) "$1 (Rebecca)" > > > > What am I doing wrong here? > > You might need to escape the '/'. Try this: > > REQOUTPUTALIAS REGEXP:^(\/mercury\/sounds\/381209\.*) "$1 (R

Re: [analog-help] Page Requests

2000-03-16 Thread Stephen Turner
On Wed, 15 Mar 2000, Eric Fegraus wrote: > Hi, > > I'm trying to get the Directory, User and Domain Report to have a pages > column. I know this is possible because you can do a DOMSORTBY PAGES. > Everytime I try it I get an error saying "In User Report, SORTBY (requests) > doesn't match FLOOR

[analog-help] Pageexclusion

2000-03-16 Thread Trevor Pervin
I am trying to exclude certain pages from our Analog Stats using the PAGEEXCLUDE statement, but it appears not to work, has anyone used this successfully or does anyone know of any problems. It works with a Global exclude eg *.html but not say page.html Trevor Pe