Author Topic: free web stats engine for IIS needed  (Read 3389 times)

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14310
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
free web stats engine for IIS needed
« on: October 06, 2005, 03:51:14 PM »
We have an internal IIS server here at work and while it is blessed by the IT department, they don't manage.  Hence, I'd like to know how much traffic is running through the server and how much bandwidth is being used.

I don't think the company cares that much right now, so I'd rather it be free if possible.  I just want some proof if I ever need to ask for an upgrade or a better server.

webwhy

  • Jackass IV
  • Posts: 608
  • Karma: +15/-10
free web stats engine for IIS needed
« Reply #1 on: October 06, 2005, 10:57:34 PM »
awstats requires a perl interpreter and a specific log file format.  I've used it to parse IIS logfiles, but the logfiles were downloaded to a bsd box before awstats analyzed them.  You should be able to run the web script under cgi and run perl locally though.

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14310
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
free web stats engine for IIS needed
« Reply #2 on: October 06, 2005, 11:19:01 PM »
Perl is installed on the webserver, so I'm not worried about whether it is PHP or Perl based.

webwhy

  • Jackass IV
  • Posts: 608
  • Karma: +15/-10
free web stats engine for IIS needed
« Reply #3 on: October 06, 2005, 11:41:30 PM »
should work great for you then....

http://awstats.sourceforge.net/

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14310
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
free web stats engine for IIS needed
« Reply #4 on: October 11, 2005, 01:14:29 PM »
That's what I ended up using.  Webalizer was my first choice, but it was such a pain in the ass to install.