I Think Awstats is a good solution. You can modify the perl code easily and add new own modules for your use, or change the web design, change the pound logs to apache format or modify the file config in awstats to configure your own structure log.
I use it and I suggest because is flexible and easily modifiable Regards! 2010/6/16 Jaroslav Lukesh <[email protected]> > ----- Puvodní zpráva ----- Od: <[email protected]> > > > > What solutions have you all come across for analyzing the pound log files >> in its various formats? >> I have looked at using AWStats a bit, but was curious if anyone has a >> different setup worth sharing... >> > > You could use EXTRA SECTIONS to boost your stats (bottom of the > configfile): > > #PDF download > ExtraSectionName2="Downloads - PDF" > ExtraSectionCodeFilter2="200 304" > ExtraSectionCondition2="URL,(.*((\.pdf)))" > ExtraSectionFirstColumnTitle2="Download" > ExtraSectionFirstColumnValues2="URL,(.*)" > ExtraSectionFirstColumnFormat2="%s" > ExtraSectionStatTypes2=HBL > ExtraSectionAddAverageRow2=0 > ExtraSectionAddSumRow2=1 > MaxNbOfExtra2=50 > MinHitExtra2=1 > > # ExtraSectionCondition for PDF-Downloads being in a subsubfolder > #ExtraSectionName3="Downloads" > #ExtraSectionCodeFilter3="200 304" > #ExtraSectionCondition3="URL,(^\/uploads\/tx_ffbmatlas\/.*\.pdf)" > #ExtraSectionFirstColumnTitle3="Downloads" > #ExtraSectionFirstColumnValues3="URL,(.*\.pdf)" > #ExtraSectionFirstColumnFormat3="<a href='http://www.beton.org%s' > target='_blank'>http://www.beton.org%s</a>" > #ExtraSectionStatTypes3=HL > #ExtraSectionAddAverageRow3=1 > #ExtraSectionAddSumRow3=1 > #MaxNbOfExtra3=2000 > #MinHitExtra1=3 > > > #http://www.antezeta.com/blog/awstats > #http://www.antezeta.com/d/AWStats_ExtraSection_Samples.txt > # Assumes default page is "/" and is always referenced as /, not index.html > etc. > # Assumes default page extension is html. This will thus exclude directory > pages which appear as \ > # Change html to your page suffix if different, i.e. htm. > > ExtraSectionName3="Navigatoins from homepage" > ExtraSectionCodeFilter3="200 304" > ExtraSectionCondition3="REFERER,http:\/\/domain\.ath\.cx\/" > ExtraSectionFirstColumnTitle3="URL" > #ExtraSectionFirstColumnValues3="URL,(.*html$)" > ExtraSectionFirstColumnValues3="URL,(.*$)" > ExtraSectionFirstColumnFormat3="<a href='%s' title='%s' > target='_blank'>%s</a>" > ExtraSectionStatTypes3=PHBL > ExtraSectionAddAverageRow3=0 > ExtraSectionAddSumRow3=1 > MaxNbOfExtra3=25 > MinHitExtra3=1 > > # Assumes default page is always linked to as "/". Some sites need to add > index.html or default.asp as the case may be. > > ExtraSectionName4="Access to homepage from another pages of this website" > ExtraSectionCodeFilter4="200 304" > ExtraSectionCondition4="URL,(^\/$)" > ExtraSectionFirstColumnTitle4="REFERER" > ExtraSectionFirstColumnValues4="REFERER,^http:\/\/domain\.ath\.cx\/(.*)" > ExtraSectionFirstColumnFormat4="<a href='%s' title='%s' > target='_blank'>%s</a>" > ExtraSectionStatTypes4=PHBL > ExtraSectionAddAverageRow4=0 > ExtraSectionAddSumRow4=1 > MaxNbOfExtra4=25 > MinHitExtra4=1 > > > > # Statistiky > ExtraSectionName5="Statistiky" > ExtraSectionCodeFilter5="200 304" > > ExtraSectionCondition5="URL,\/_stat_||URL,\/awstats||URL,\/cgi\-bin\/order2\.cgi" > ExtraSectionFirstColumnTitle5="Statistika" > ExtraSectionFirstColumnValues5="QUERY_STRING,config=([^&]+)" > ExtraSectionFirstColumnFormat5="%s" > # U = Unique visitors > # V = Visits > # P = Number of pages > # H = Number of hits (or mails) > # B = Bandwith (or total mail size for mail logs) > # L = Last access date > # E = Entry pages > # X = Exit pages > # C = Web compression (mod_gzip,mod_deflate) > # M = Average mail size (mail logs) > ExtraSectionStatTypes5=UVPBL > ExtraSectionAddAverageRow5=1 > ExtraSectionAddSumRow5=1 > MaxNbOfExtra5=30 > MinHitExtra5=1 > > > ExtraSectionName6="Pictures" > ExtraSectionCodeFilter6="200 304" > > ExtraSectionCondition6="URL,(.*((\.jpg)))||URL,(.*((\.gif)))||URL,(.*((\.png)))" > ExtraSectionFirstColumnTitle6="Obrazek" > ExtraSectionFirstColumnValues6="URL,(.*)" > ExtraSectionFirstColumnFormat6="<a href='%s' target='_blank'><img src='%s' > width=111 border=1 align=middle> %s</a>" > ExtraSectionStatTypes6=HLB > ExtraSectionAddAverageRow6=0 > ExtraSectionAddSumRow6=1 > MaxNbOfExtra6=50 > MinHitExtra6=1 > > # download sekce > ExtraSectionName6="Download sekce" > ExtraSectionCodeFilter6="200 304" > ExtraSectionCondition6="URL,\/_download\/(\.*)" > ExtraSectionFirstColumnTitle6="Download" > ExtraSectionFirstColumnValues6="URL,(.*)" > ExtraSectionFirstColumnFormat6="%s" > ExtraSectionStatTypes6=HBL > ExtraSectionAddAverageRow6=0 > ExtraSectionAddSumRow6=1 > MaxNbOfExtra6=100 > MinHitExtra6=1 > > (collected from few configfiles, so do not copy/paste) > > > > -- > To unsubscribe send an email with subject unsubscribe to [email protected]. > Please contact [email protected] for questions. > -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
