This is the first release of a tool which produces some very
interesting information about server access. When I wrote it, my
intention was to get some hints about the typical HyperWave users'
behaviour: where are their the favourite entry points, how do they
proceed from there, how long do their sessions last and where do they
usually leave the system.
The source of information are the logfiles produced by wavemaster. The
script watches the sessions within a specified period of time and
records all navigational steps taken by the users. From this
information, a tree-like structure is built, which contains the trails
of all sessions.
To make this information visible I decided to apply hypertexts. The
script outputs a lot of hyperlinked documents, which are put into a
single collection. When the collection is visited, only a document of
general statistics is presented to the user, and all others are
accessible from there.
With each document in these and subsequent lists, the number of users,
percentage of users who came here from the previous document and
overall percentages are listed. Moreover, the name of each document in
the list contains a link to those which were
accessed from here.
Since this is the first release, there are surely many things that could be improved and added, and maybe they even will, if you write me your comments about it.
The basis for this script was hwlogstat, so most parameters have remained the same, and usage is quite similar. So, if you get along with hwlogstat, you should have no problems with hwsesstat.
hwsesstat -hghost hgiicm.iicm.edu -dir '~hgsystem/logs' -pname
statistics/sessions -ctitle "Some Info about Sessions" -lastmonth -top
20 -v
Alfons Schmid
aschmid@iicm.edu
Oct. 9th, 1996