prostat version 1.3

============================================================================

Prerequisites : 
	- Squid version 1.1
	- Squid configuration : 
		- emulate_httpd_log off
	- it's much better if  log_fqdn is off
	  and to define neighbours and parents with IP adresse and not their name.

============================================================================

Installation :

	- edit the file analhead.h and change : 
		- LOGFILE : the name of the log file
		- OUTDIR : the output directory
		- DOMAINSFILE : the domain file name
		- TYPESFILE : the mime type file name
		- LOGOURL : the url of your logo image.
		- CONFIGFILE : the configuration file name
		- HOSTNAME : the host name of your server 
		- HOSTURL : the url of your server (if you have a WWW server for information about your cache).

	- if you have already prostat version < 1.3, you must 
	  modified the file proxy.db which is in the directory OUTDIR 
	  before execute the version 1.3 of prostat. 
	  In this directory OUTDIR, execute the following commands :

		% awk -F ":" '{print $1":"$2":"$3":0:"$5":"$6":0:"$8":"$9":"$10}' proxy.db > proxy.db.new
		% mv proxy.db.new proxy.db
		

# parameters that you can use in the configuration file


LANG EN/FR
OUTDIR Directory  (+/-O)
LOGFILE Logfile

HOSTS ON/OFF (+/-S)
HOSTSORTBY BYREQUESTS/BYBYTES
HOSTFLOOR value
HOSTCOLS colsorder

MIMETYPE ON/OFF (+/-m)
MIMESORTBY BYREQUESTS/BYBYTES
MIMEFLOOR value
MIMECOLS colsorder

FILETYPE ON/OFF (+/-t)
TYPESORTBY BYREQUESTS/BYBYTES
TYPEFLOOR value
TYPECOLS colsorder

DOMAINS ON/OFF (+/-D)
DOMSORTBY BYREQUESTS/BYBYTES
DOMFLOOR value
DOMCOLS colsorder

SITES ON/OFF (+/-s)
SITESSORTBY BYREQUESTS/BYBYTES
SITESFLOOR value
SITESCOLS colsorder

REQUESTS ON/OFF (+/-r)

PROTOCOL ON/OFF (+/-P)
PROTOFLOOR value
PROTOCOLS colsorder

DAILY ON/OFF (+/-d)

HOURLY ON/OFF (+/-h)

LOGO ON/OFF (+/-l)
LOGOURL url

CUMUL ON/OFF (+/-C)

GRAPH ON/OFF (+/-G)

HOSTIGNORE host

REPORTORDER SrDPdhmt

SEPCHAR char

HOSTALIAS host alias



================================================
Claude Gross
CNRS/Unit Rseaux du CNRS
Email: Claude.Gross@urec.fr
