Description of the package

The aim of this package is to produce easy to understand and powerful stats analyser. It can be easily configured.

Graphical and textual informations are used to have a better view of the 'success' of your WWW server among Internet users. I hope this package will help you to produce an ever better www server.


Main features
  • HTML output
  • Fast (work in incremental mode)
  • Truly incremental version (relationship between variables are stored)
  • Multi-language output (you could add yours easily)
  • Differents graphs and texts output
  • Compute hourly, daily, weekly and monthly output
  • Compute countries, hosts, pages, directories, domain... stats
  • Compute light or huge output
  • Server's configuration file (use as many config files as the stats report you need)
  • Commands line options
  • Run on every server I've used (Apache, NCSA, CERN, IIS, Netscape...)
  • Works with common, extended common, new extended or IIS logfile format
  • No root access or cgi-bin access need. Could be run from your own directory
  • Can work with crunched logfiles or/and with monthly/daily logfiles
  • Can run each night in a crontab
  • Map URL to document's title
  • Referer and agent statistics
  • Keywords referer stats from search engine
  • Error stats
  • Session stats
  • Scripts stats
  • Login stats for restricted directories
  • Statistics about your Web structure (tree, bad links...)
  • Work on every computer (Unix, NT, Mac and Acorn tested)
  • Work with most logfile format (you can add others easily)
  • Virtual server with NECLF or patched CLF or ECLF format
  • Remote administration interface
  • Lots of log filename string supported for daily or monthly logfiles
  • No telnet access need to use the package
  • Very accurate stats for each day
  • Real time stats
  • FTP and Squid logfiles support new


  • Logfile

    The package can work with different logfiles rotation. Six different logfilename are supported.
    Example of various logfile name :

    One file One file compressed Daily Daily compressed Monthly Monthly compressed
    access_log access_log.gz access_log.19990303
    access_log.19990304
    access_log.19990305
    access_log.19990306
    access_log
    access.Apr-22-1999.zip
    access.Apr-23-1999.zip
    access.Apr-24-1999.zip
    access.Apr-25-1999.zip
    access
    access_log.199903
    access_log.199904
    access_log.199905
    access_log.199906
    access_log
    access_log.99-Oct.gz
    access_log.99-Nov.gz
    access_log.99-Dec.gz
    access_log.00-Jan.gz
    access_log


    Structure

    Last version of the package store informations in the directory of your choice in the following structure :

    data   Time structure data
    graph   All graphics
    inc   Incremental data
    tmp   Used for graphic building
    uk date HTML time page
      days HTML days stats
      document HTML Web pages stats
      frame HTML frame pages
      list HTML error, agent, referer and directories stats
      page HTML specific pages stats
      pays HTML countries and domain pages stats
      session HTML session pages stats
      site HTML hosts pages stats
      script HTML scripts stats

    back