ref-stat SCN Page Access Statistics

Lists pages on our server and how many times what browsers have hit them.

Select the log file(s):

Inspect the last (0 implies ALL): log records
smallish number rec'd as the job may time out on too large a file

URL classes of pages to analyse:

Try values like:

	.            #  Everything
	^/[iI][pP]   #  Starts with /ip or /IP
	^/fremont    #  Starts with /fremont
	gif$         #  selects all gif URLs
	anvil        #  Any URL with anvil in it
	anvil.*gif$  #  Any gif with an anvil URL
	scnart?scn.soc# An article in one of the scn.soc newsgroups
...

These are Perl regular expressions,
the ^ indicates the beggining of the URL,
$ the end, and []'s indicate letter choices.
You may also use them in patterns to exclude:


Last updated 96/6/23 by Greg Heil