WebTrafficVis is the perl script based on GraphMaker
and created for visualization of website traffic. Because it's using VML for creating
graphics it does not require any special graphic software. The input data is converted
to matrix and then this matrix is converted to graph and outputted as HTML file. WebTrafficVis source code
How to use WebTrafficVis:
1. Prepare the input file.
The input is the text file in the format
ip: page1 page2 page3 ...
ip: page1 page2 page3 ...
... ... ...
This text file can be generated from web log using this convertion script
2.Copy and paste
WebTrafficVis source code
to some file (for ex. script.cgi)
3. If needed edit some parameters in edit section
(for example filenames)
4. Run the script from the command line:
perl script.cgi
It will create html with the graph.