Johnathan Sewell
Johnathan Sewell

Reputation: 759

Get useful stats from IIS log files

Does anyone know of a free tool that I can use to get website statistics from my IIS log files?

Upvotes: 0

Views: 4431

Answers (2)

Matthew Talbert
Matthew Talbert

Reputation: 6048

awstats is a free tool that can also be set up to handle IIS log files. It provides the info in a nice web-based interface.

Upvotes: 2

David Basarab
David Basarab

Reputation: 73301

Brief Description

Log parser is a powerful, versatile tool that provides universal query access to text-based data such as log files, XML files and CSV files, as well as key data sources on the Windows® operating system such as the Event Log, the Registry, the file system, and Active Directory®.

http://www.microsoft.com/DownLoads/details.aspx?FamilyID=890cd06b-abf8-4c25-91b2-f8d975cf8c07&displaylang=en

Upvotes: 1

Related Questions