Applied Math & Computer Science Lab
Data Analysis, Optimization & Mathematical Modeling, Artificial Intelligence, Neural Net For Everyday Life Applications
Links Online Free Courses Bookstore Forum Submit Link New Additions Archive
Search the Web:    
Website Traffic Visualization: WebTrafficVis

Website Traffic Visualization: WebTrafficVis

1
2
3
  



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.



Copyright © 2003 by LZ.