Click to See Complete Forum and Search --> : Want to write a tool to analyze log file of IIS.


George2
April 22nd, 2003, 12:48 AM
Hi, everyone!

I want to write a simple tool to analyze the log file
of IIS. I want to make a statistical report of the site.
For example, top 20 URLs of the site which is most popular.
Better with graphics.

I want to know whether there are already some free tools
already, better with source codes. :-)


Thanks in advance,
George

mwilliamson
April 22nd, 2003, 03:44 PM
Set IIS to log to ODBC, it will be much easier than parsing the log files.

Crystal Reports can read and parse IIS log files, and is a good tool for this kind of task.

George2
April 22nd, 2003, 09:49 PM
Thanks, mwilliamson buddy!

George

Originally posted by mwilliamson
Set IIS to log to ODBC, it will be much easier than parsing the log files.

Crystal Reports can read and parse IIS log files, and is a good tool for this kind of task.