|
|
|
Features
|
|
|
The purpose of this package is to produce easy to understand and powerful stats
analyser. It can be easily configured from a web interface.
|
|
|
Features
|
| Main features |
| - HTML output |
Easy to backup or move |
| - Fast |
Work in incremental mode |
| - WWW/FTP/Mail/Squid server |
Not restricted to web server |
| - Email report |
PDF/HTML Daily stats report available |
| - Multi-language
output |
You could add yours |
| - Graphs and texts output |
CSS ouput with sorteable table and javascript |
| - Work on most platform |
Unix, Windows, Mac ... |
| - Run on every server |
Apache, NCSA, CERN, IIS, Netscape ... |
| - Server's configuration file |
Use as many config files as the stats report you need |
| - No root access or cgi-bin access need |
Could be run from your own directory |
| - No telnet access need to use the package |
Web Admin for FTP users |
| - Can run each night in a crontab/at |
Automatically update |
| - Remote administration interface |
To manage from anywhere |
| - Can retrieve remote logfiles automatically |
Avoid using server CPU |
|
|
|
| Logfiles |
| - Works with most logfile format |
Common, Extended Common, New Extended, IIS or your own |
| - Can work with crunched logfiles or/and with monthly/daily logfiles |
Apache rotation support also |
| - Virtual server with NECLF or patched CLF or ECLF format |
Several website in one logfile |
| - Lots of log filename string supported for daily or monthly logfiles |
Logfile date name can be whatever you want |
| - FTP, Mail and Squid logfiles support |
Sendmail/Postfix and Exim Mail Server |
|
|
|
| Stats |
| - Compute light or huge output |
From a single page to thousand |
| - Show time-structure stats |
hourly, daily, weekly and monthly stats |
| - Compute countries, hosts, pages, directories, traffic, domain, scripts... stats |
with a lof of option |
| - Commands line options |
for a fine tuning |
| - Map URL to document's title |
To list Page name instead of URL |
| - Referer, agent and error statistics |
|
| - Keywords referer stats from search engine |
|
| - Session stats |
Follow the user path |
| - Extra stats specific to w3perl |
Login access, real-time, virus ... |
| - Statistics about your Web structure |
tree, bad links... |
| - Very accurate stats for each day |
Complete report daily |
|
|
|
|
Logfile
|
The package can work with different logfiles rotation (including default Apache rotation)
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 |
| /csv/ |
|
CSV export files |
| /pdf/ |
|
PDF export files |
| /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 |
|