Re: Showing stats for specific website instead of top nth

This is a discussion on Re: Showing stats for specific website instead of top nth within the Linux Web Servers forums, part of the Web Server and Related Forums category; > Hi folks, > > I'm running Apache 2.0.39 web server on Red Hat 8.0, and ...


Go Back   Usenet Forums > Web Server and Related Forums > Linux Web Servers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-07-2003
Ben M
 
Posts: n/a
Default Re: Showing stats for specific website instead of top nth

> Hi folks,
>
> I'm running Apache 2.0.39 web server on Red Hat 8.0, and I'm trying to
> find a way to parse my web logs and get statistics on specific sites
> -- not just top nth sites.
>
> I'm using AWStats and Webalizer, but I can't find how to do this with
> eiter. Both do wonderful jobs in giving me global information on my
> server... but Marketing needs statistics on specific sites that don't
> fall into a top 10 or top 50 report. Now can I force either of these
> programs -- or another program -- to show statistics on specific URL's
> on my site?
>
> Thanks for any suggestions.


As already mentioned downloading raw data into a spreadsheet etc may be
useful.

The specific top nth problem you mention is because of the "floor" set on
the reports, I added the following to my analog.cfg which sorted it out for
me.

#Setting FLOOR to 1 item for everything, should list every item.
HOSTFLOOR 1r
REDIRHOSTFLOOR 1r
FAILHOSTFLOOR 1r
DOMFLOOR 1r
ORGFLOOR 1r
REQFLOOR 1r
DIRFLOOR 1r
TYPEFLOOR 1r
REDIRFLOOR 1r
FAILFLOOR 1r
REFFLOOR 1r
REFSITEFLOOR 1r
SEARCHQUERYFLOOR 1r
SEARCHWORDFLOOR 1r
INTSEARCHQUERYFLOOR 1r
INTSEARCHWORDFLOOR 1r
REDIRREFFLOOR 1r
FAILREFFLOOR 1r
BROWREPFLOOR 1r
BROWSUMFLOOR 1r
OSFLOOR 1r
VHOSTFLOOR 1r
REDIRVHOSTFLOOR 1r
FAILVHOSTFLOOR 1r
USERFLOOR 1r
REDIRUSERFLOOR 1r
FAILUSERFLOOR 1r
STATUSFLOOR 1r

Anyway that will list everything in the report. AWStats gets the generated
file and parses it too make all the graphs etc. Look for the lines

OUTPUT COMPUTER
LOGFILE logfiles\*.log
OUTFILE "C:\Program Files\WADigital\ReportMagic\report.dat"

note where the outfile line points to. Import this file into your
spreadsheet as it may be more usable than the raw log files (esp if the raw
logs are too big to fit in a spreadsheet!)

Anyway you can make some changes to yur analog configuration to exclude or
include certain sites, check out hte analog documentation itself.
http://www.analog.cx/docs/include.html

--
BenM
http://www.benmeadowcroft.com/


 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:33 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0