Hi

I am a networking engineer working with an ISP.We have a caching
device(Cacheflow 3000) in our network. I needed to find out the most
popular sites that the cache was serving

I tried customizing analog.cfg(not made too many changes) as per the
general instruction given on the website.The caccheflow generates logs in
native squid format given below

(998039016.745      16 202.149.209.26 TCP_HIT/200 6207 GET
http://in.yimg.com/i/in/adv/yahoo/moviebanner6.gif - DIRECT/- image/gif .)

I have used a single log file stored in the same directory as analog.exe
On running analog.exe it gives a message"WARNING R: Turning off empty
(Domain,Directory,..etc) reports
Can you giuide me as to where i might be going wrong
This could be because none of the relevant items were included in any of
the logfiles but i have specified the logfile format as required.The log
file is @74 Mb in size
Thanks And  Regards


LOGFORMAT (%g %e %a %w/%s %b %m %i %k %u %H/%d %c)
# The logfile(s) to be analysed
LOGFILE Cachelog_0818203000.log
# LOGFILE /old/logs/access_log.*
#
# Your organisation's name and URL for the top line of the report
HOSTNAME "[ ]"
HOSTURL none
#
# Where to write the report
OUTFILE Report.html
#
# URL for the images directory
IMAGEDIR images/
#
# Whether to use PNG or GIF images
PNGIMAGES ON
#
# URL and local directory for the pie charts
CHARTDIR /images/
# LOCALCHARTDIR /usr/local/apache/htdocs/images/
#
# Style sheet for the output page
STYLESHEET none
#
# Web server fetches /dir/index.html when asked for /dir/
DIRSUFFIX index.html
#
# Case sensitive or case insensitive file system: default depends on your
OS.
# If your web server and your analog run on different OS's, you may need to
# change this according to the machine running your server.
# CASE INSENSITIVE
# USERCASE SENSITIVE
#
# How to uncompress compressed logfiles
# UNCOMPRESS *.gz,*.Z "gzip -cd"

# Cache files: see docs/cache.html
CACHEFILE none
CACHEOUTFILE none

# Aliases: see docs/alias.html
# I can't list all of them, but there are aliases for individual items,
e.g.
# FILEALIAS /football/* /soccer/*
# and there are also aliases for each report, e.g.
# REQALIAS /soccer/* "Football: /soccer/*"
# You can also use regular expressions:
# FILEALIAS REGEXP:^/(football|soccer)/(.*) /$2
BROWOUTPUTALIAS Mozilla Netscape
BROWOUTPUTALIAS "Mozilla (compatible)" "Netscape (compatible)"
BROWOUTPUTALIAS IWENG AOL
TYPEOUTPUTALIAS .html    ".html [Hypertext Markup Language]"
TYPEOUTPUTALIAS .htm     ".htm  [Hypertext Markup Language]"
TYPEOUTPUTALIAS .shtml   ".shtml [Server-parsed HTML]"
TYPEOUTPUTALIAS .ps      ".ps   [PostScript]"
TYPEOUTPUTALIAS .gz      ".gz   [Gzip compressed files]"
TYPEOUTPUTALIAS .tar.gz  ".tar.gz [Compressed archives]"
TYPEOUTPUTALIAS .jpg     ".jpg  [JPEG graphics]"
TYPEOUTPUTALIAS .jpeg    ".jpeg  [JPEG graphics]"
TYPEOUTPUTALIAS .gif     ".gif  [GIF graphics]"
TYPEOUTPUTALIAS .png     ".png  [PNG graphics]"
TYPEOUTPUTALIAS .txt     ".txt  [Plain text]"
TYPEOUTPUTALIAS .cgi     ".cgi  [CGI scripts]"
TYPEOUTPUTALIAS .pl      ".pl  [Perl scripts]"
TYPEOUTPUTALIAS .css     ".css  [Cascading Style Sheets]"
TYPEOUTPUTALIAS .class   ".class [Java class files]"
TYPEOUTPUTALIAS .pdf     ".pdf  [Adobe Portable Document Format]"
TYPEOUTPUTALIAS .zip     ".zip  [Zip archives]"
TYPEOUTPUTALIAS .hqx     ".hqx  [Macintosh archives]"
TYPEOUTPUTALIAS .exe     ".exe  [Executables]"
TYPEOUTPUTALIAS .wav     ".wav  [WAV sound files]"
TYPEOUTPUTALIAS .avi     ".avi  [AVI movies]"
TYPEOUTPUTALIAS .arc     ".arc  [Compressed archives]"
TYPEOUTPUTALIAS .mid     ".mid  [MIDI sound files]"
TYPEOUTPUTALIAS .mp3     ".mp3  [MP3 sound files]"
TYPEOUTPUTALIAS .doc     ".doc  [Microsoft Word document]"
TYPEOUTPUTALIAS .rtf     ".rtf  [Rich Text Format]"
TYPEOUTPUTALIAS .mov     ".mov  [Quick Time movie]"
TYPEOUTPUTALIAS .mpg     ".mpg  [MPEG movie]"
TYPEOUTPUTALIAS .mpeg    ".mpeg  [MPEG movie]"
TYPEOUTPUTALIAS .asp     ".asp  [Active Server Pages]"
TYPEOUTPUTALIAS .jsp     ".jsp  [Java Server Pages]"
TYPEOUTPUTALIAS .cfm     ".cfm  [Cold Fusion]"
TYPEOUTPUTALIAS .php     ".php  [PHP]"
TYPEOUTPUTALIAS .js      ".js  [JavaScript code]"

# Inclusions and exclusions: see docs/include.html
# Again there are these for individual items, e.g.
# FILEINCLUDE /football/*
# FILEEXCLUDE /football/*
# and for each report, e.g.
REQINCLUDE pages
REQINCLUDE *.pdf
# Or you can use regular expressions:
# FILEINCLUDE REGEXP:^/(football|soccer)

# You can make more things into pages with commands like
 PAGEINCLUDE *.shtml
 PAGEINCLUDE *.asp
 PAGEINCLUDE *.jsp
 PAGEINCLUDE *.cfm
 PAGEINCLUDE *.pl
 PAGEINCLUDE *.php

# You can limit the dates analysed with FROM and/or TO: see
docs/include.html
# FROM 991001
# TO -00-00-01

# Controlling status codes: see docs/include.html
# STATUSINCLUDE 200-299,304
# STATUSEXCLUDE 206
# 304ISSUCCESS ON

# Which browsers count as robots in the Operating System Report
# ROBOTINCLUDE REGEXPI:robot
# ROBOTINCLUDE REGEXPI:spider
# ROBOTINCLUDE REGEXPI:crawler
# ROBOTINCLUDE Googlebot*
# ROBOTINCLUDE Infoseek*
# ROBOTINCLUDE Scooter*
# ROBOTINCLUDE Slurp*
# ROBOTINCLUDE Ultraseek*

# Whether each report is wanted: see docs/output.html
GENERAL ON
YEARLY OFF
QUARTERLY OFF
MONTHLY OFF
DAILYREP ON
DAILYSUM ON
WEEKLY OFF
HOURLYREP OFF
HOURLYSUM OFF
QUARTERREP OFF
QUARTERSUM OFF
FIVEREP OFF
FIVESUM OFF
DOMAIN ON
ORGANISATION ON
DIRECTORY ON
FILETYPE ON
REQUEST ON
REDIR ON
FAILURE ON
SIZE ON
PROCTIME OFF
HOST OFF
REDIRHOST OFF
FAILHOST OFF
REFERRER OFF
REFSITE OFF
REDIRREF OFF
FAILREF OFF
VHOST OFF
REDIRVHOST OFF
FAILVHOST OFF
USER OFF
REDIRUSER OFF
FAILUSER OFF
SEARCHQUERY ON
SEARCHWORD ON
INTSEARCHQUERY OFF
INTSEARCHWORD OFF
BROWSERREP OFF
BROWSERSUM OFF
OSREP ON
STATUS ON

# The columns in each report: see docs/timereps.html and docs/othreps.html
TIMECOLS RPB
YEARCOLS RPB
QUARTERLYCOLS RPB
MONTHCOLS RPB
WEEKCOLS RPB
DAYREPCOLS RPB
DAYSUMCOLS RPB
HOURREPCOLS RPB
HOURSUMCOLS RPB
QUARTERREPCOLS RPB
QUARTERSUMCOLS RPB
FIVEREPCOLS RPB
FIVESUMCOLS RPB
DOMCOLS Rb
ORGCOLS Rb
HOSTCOLS Rb
REDIRHOSTCOLS R
FAILHOSTCOLS R
DIRCOLS Rb
TYPECOLS Rb
REQCOLS RbD
REDIRCOLS R
FAILCOLS R
REFCOLS R
REFSITECOLS R
REDIRREFCOLS R
FAILREFCOLS R
BROWREPCOLS R
BROWSUMCOLS R
OSCOLS NRP
SIZECOLS Rb
PROCTIMECOLS R
VHOSTCOLS Rb
REDIRVHOSTCOLS R
FAILVHOSTCOLS R
USERCOLS Rb
REDIRUSERCOLS R
FAILUSERCOLS R
SEARCHQUERYCOLS R
SEARCHWORDCOLS R
INTSEARCHQUERYCOLS R
INTSEARCHWORDCOLS R
STATUSCOLS R

# How the graphs are plotted: see docs/timereps.html
ALLGRAPH P
YEARGRAPH P
MONTHGRAPH P
DAYREPGRAPH P
DAYSUMGRAPH P
HOURREPGRAPH P
HOURSUMGRAPH P
WEEKGRAPH P
QUARTERREPGRAPH P
QUARTERSUMGRAPH P
FIVEREPGRAPH P
FIVESUMGRAPH P

# Whether the time reports run forwards or backwards: see
docs/timereps.html
ALLBACK OFF
YEARBACK OFF
QUARTERLYBACK OFF
MONTHBACK OFF
DAYREPBACK OFF
HOURREPBACK OFF
WEEKBACK OFF
QUARTERREPBACK OFF
FIVEREPBACK OFF

# The number of rows to display in each time report: see docs/timereps.html
YEARROWS 0
QUARTERLYROWS 0
MONTHROWS 0
WEEKROWS 0
FULLDAYROWS 42
FULLHOURROWS 72
QUARTERROWS 96
FIVEROWS 288

# The floors for each report: see docs/othreps.html and docs/hierreps.html
REQFLOOR 20r
REQARGSFLOOR 10r
REDIRFLOOR -30r
REDIRARGSFLOOR 10r
FAILFLOOR -30r
FAILARGSFLOOR 10r
DOMFLOOR 0b
SUBDOMFLOOR 0.5%b
ORGFLOOR -20r
SUBORGFLOOR 0.5%r
DIRFLOOR 0.01%b
SUBDIRFLOOR 0.01%b
TYPEFLOOR 0.1%b
SUBTYPEFLOOR 0.1%b
HOSTFLOOR -50r
REDIRHOSTFLOOR -20r
FAILHOSTFLOOR -20r
REFFLOOR 20r
REFARGSFLOOR 10r
REFSITEFLOOR -30r
REFDIRFLOOR 50r
REDIRREFFLOOR -30r
REDIRREFARGSFLOOR 10r
FAILREFFLOOR -30r
FAILREFARGSFLOOR 10r
BROWSUMFLOOR -20r
SUBBROWFLOOR -20r
BROWREPFLOOR -40r
OSFLOOR 0p
SUBOSFLOOR 0p
VHOSTFLOOR -20b
REDIRVHOSTFLOOR -20r
FAILVHOSTFLOOR -20r
USERFLOOR -50r
REDIRUSERFLOOR -20r
FAILUSERFLOOR -20r
SEARCHQUERYFLOOR -30r
SEARCHWORDFLOOR -30r
INTSEARCHQUERYFLOOR -30r
INTSEARCHWORDFLOOR -30r
STATUSFLOOR 0r

# How each report is sorted: see docs/othreps.html and docs/hierreps.html
REQSORTBY REQUESTS
REDIRSORTBY REQUESTS
FAILSORTBY REQUESTS
DOMSORTBY BYTES
ORGSORTBY REQUESTS
DIRSORTBY BYTES
TYPESORTBY BYTES
HOSTSORTBY ALPHABETICAL
REDIRHOSTSORTBY REQUESTS
FAILHOSTSORTBY REQUESTS
REFSORTBY REQUESTS
REFSITESORTBY REQUESTS
REDIRREFSORTBY REQUESTS
FAILREFSORTBY REQUESTS
BROWREPSORTBY REQUESTS
BROWSUMSORTBY REQUESTS
OSSORTBY PAGES
SUBOSSORTBY PAGES
VHOSTSORTBY BYTES
REDIRVHOSTSORTBY REQUESTS
FAILVHOSTSORTBY REQUESTS
USERSORTBY REQUESTS
REDIRUSERSORTBY REQUESTS
FAILUSERSORTBY REQUESTS
SEARCHQUERYSORTBY REQUESTS
SEARCHWORDSORTBY REQUESTS
INTSEARCHQUERYSORTBY REQUESTS
INTSEARCHWORDSORTBY REQUESTS
STATUSSORTBY ALPHABETICAL

# Whether and how pie charts are plotted: see docs/othreps.html
REQCHART ON
REDIRCHART ON
FAILCHART ON
TYPECHART ON
SIZECHART ON
PROCTIMECHART ON
DIRCHART ON
HOSTCHART ON
REDIRHOSTCHART ON
FAILHOSTCHART ON
DOMCHART ON
ORGCHART ON
REFCHART ON
REFSITECHART ON
REDIRREFCHART ON
FAILREFCHART ON
BROWREPCHART ON
BROWSUMCHART ON
OSCHART ON
VHOSTCHART ON
REDIRVHOSTCHART ON
FAILVHOSTCHART ON
USERCHART ON
REDIRUSERCHART ON
FAILUSERCHART ON
SEARCHQUERYCHART ON
SEARCHWORDCHART ON
INTSEARCHQUERYCHART ON
INTSEARCHWORDCHART ON
STATUSCHART ON

# What to link to in the reports
REQLINKINCLUDE pages
REDIRLINKEXCLUDE *
FAILLINKEXCLUDE *
REFLINKINCLUDE *
REDIRREFLINKINCLUDE *
FAILREFLINKINCLUDE *
# BASEURL http://my.server.com

# Cosmetic commands: mostly in docs/output.html
OUTPUT HTML
LANGUAGE ENGLISH
# LANGFILE uk.lng
# DOMAINSFILE ukdom.tab
# DESCFILE ukdesc.txt
HEADERFILE none
FOOTERFILE none
LOGO analogo.gif
REPORTORDER x1QmWDdHwh4657oZSlLujJkKfsNnBbpvRMcPztiEIYyr
GENSUMLINES ALL
GOTOS ON
RUNTIME ON
DESCRIPTIONS ON
REPORTSPAN OFF
REPORTSPANTHRESHOLD 60
WEEKBEGINSON SUNDAY
LASTSEVEN ON
MARKCHAR +
# SEPCHAR and DECPOINT are usually taken from the language file
# SEPCHAR ,
# DECPOINT .
REPSEPCHAR none
COMPSEP " "
RAWBYTES OFF
NOROBOTS ON
SEARCHCHARCONVERT ON
BARSTYLE b
HTMLPAGEWIDTH 65
ASCIIPAGEWIDTH 76
MINGRAPHWIDTH 15

# The following commands are only available on some systems: see
docs/dns.html
# DNSFILE dnscache
# DNSLOCKFILE dnslock
# DNS NONE
# DNSGOODHOURS 100000
# DNSBADHOURS 336
# DNSTIMEOUT 10

# Sub-item commands: see docs/hierreps.html. Examples are
# SUBDOM *.com
# SUBDIR /*/*/
SUBTYPE *.gz,*.Z

# A list of search engines
SEARCHENGINE http://*altavista.*/* q
SEARCHENGINE http://*yahoo.*/* p
SEARCHENGINE http://*google.*/* q
SEARCHENGINE http://*lycos.*/* query
SEARCHENGINE http://*aol.*/* query
SEARCHENGINE http://*excite.*/* search
SEARCHENGINE http://*go2net.*/* general
SEARCHENGINE http://*metacrawler.*/* general
SEARCHENGINE http://*msn.*/* MT
SEARCHENGINE http://*hotbot.com/* MT
SEARCHENGINE http://*netscape.*/* search
SEARCHENGINE http://*looksmart.*/* key
SEARCHENGINE http://*infoseek.*/* qt
SEARCHENGINE http://*webcrawler.*/* search,searchText
SEARCHENGINE http://*goto.*/* Keywords
SEARCHENGINE http://*snap.*/* keyword
SEARCHENGINE http://*dogpile.*/* q
SEARCHENGINE http://*askjeeves.*/* ask
SEARCHENGINE http://*ask.*/* ask
SEARCHENGINE http://*aj.*/* ask
SEARCHENGINE http://*directhit.*/* qry
SEARCHENGINE http://*alltheweb.*/* query
SEARCHENGINE http://*northernlight.*/* qr
SEARCHENGINE http://*nlsearch.*/* qr
SEARCHENGINE http://*dmoz.*/* search
SEARCHENGINE http://*newhoo.*/* search
SEARCHENGINE http://*netfind.*/* query,search,s
SEARCHENGINE http://*/netfind* query
SEARCHENGINE http://*/pursuit query

# Search engines on your own site
# INTSEARCHENGINE /cgi-bin/my.cgi q

# Use one of these if you are short of memory: see docs/lowmem.html
FILELOWMEM 0
HOSTLOWMEM 0
BROWLOWMEM 0
REFLOWMEM 0
USERLOWMEM 0
VHOSTLOWMEM 0

# Commands for debugging
SETTINGS OFF
DEBUG OFF
WARNINGS ON
PROGRESSFREQ 0
# ERRFILE somefile
ERRLINELENGTH 78


+------------------------------------------------------------------------
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|    http://www.mail-archive.com/[email protected]/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------

Reply via email to