Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a real time IIS traffic viewer (or way to programmatically get it via C#)

Tags:

c#

.net

logging

iis

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.

like image 486
Dinis Cruz Avatar asked Mar 17 '12 10:03

Dinis Cruz


2 Answers

I ended up implementing a real-time IIS/App logging solution using Firebase (see my blog post for a screenshot of it in action).

It works really well, with us having real-time access to what happens in the live website.

I can post more details there is interest in this topic.

like image 137
Dinis Cruz Avatar answered Oct 21 '22 14:10

Dinis Cruz


Good point, I'll need such thing soon as well.
Quick search gave me IIS Traffic Monitor and this bunch of tools.
Haven't used any of them.

like image 44
alex.b Avatar answered Oct 21 '22 13:10

alex.b