Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

OT: Windows IIS Server Access log

by Anonymous Monk
on Oct 12, 2006 at 21:01 UTC ( [id://577969]=perlquestion: print w/replies, xml ) Need Help??

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hey everyone,

I'm working on a Windows IIS server and my website needs a way to track:

1) who came to our homepage
2) and looked around but did not sign up
3) current member logon rate


Obviously I need some sort of stat tracking script. I was wondering what most people would do? Would they build a script that logs these type of stats and store it to a flat file, or would they let Windows IIS Server handle this?

If its a server side app that generates the access logs, is it my job to build a Perl script to read those logs? Anyone know what direction I should head? Thanks for taking your time to read this post.

Cheers, Leo

Replies are listed 'Best First'.
Re: OT: Windows IIS Server Access log
by dtr (Scribe) on Oct 12, 2006 at 23:01 UTC

    I would avoid re-inventing this wheel. IIS can output an "access log" - this basically is a line in a file every time a user requests a page. There are *loads* of systems online that will parse through those logs, and allow you to cut and dice the data any which way you want - google for "IIS Log Analyser" to see what I mean!

Re: OT: Windows IIS Server Access log
by doowah2004 (Monk) on Oct 12, 2006 at 21:49 UTC
    Leo,
    There are so many free apps/scripts out there that do this exact thing. I have been away from webhosting for a while, but I think that Matt's Scripts may have something. I would start there.
    You may not find exactly what you want, but you should find a good starting script to modify.
    Good Luck.

      Be careful when using that site. Long ago I made the mistake of googling it and suggesting it and was castigated by a few elder monks for suggesting it.

      To Quote: ChrisCantrall: If you're going for a bad example, it might be ok. :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://577969]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-19 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found