Accessalyse
Accessalyse is a set of simple scripts for analysing the access logs generated
by Apache. It consists of:
- accessalyse.sh - Prints an overview listing the top n visited pages, referrers,
searches and clients.
- trace_client.sh - Prints the path taken through the web site by a given client.
- format_access_log.pl - Prints information from the access log in a user specified
format. This script is used in combination with the grep, sort and uniq commands by
the previous two scripts. New kinds of queries can be built up in the same way.
Download.
View README file.
[Home]
[Software]