I would like to get a feel for the web traffic that I'm having on an IIS box, and was wondering if there is already a good 'real time' IIS tool out there.
Ideally this would something I could apply custom scripting logic to.
Also, is there a way to programmatically (from C#) access that information? It looks like the way to do it is via Performance counters or parsing the IIS log, but surely there is a better way.