IISreporter is written in the .NET 2.0 framework. The current version displays:
- Maximum Connections: The maximum number of simultaneous connections to the web server.

- Current IIS Connections: Current number of connections established with the web server

- Current Anonymous Users: Current anonymous users connected to the web server

- Available Memory : Amount of free memory

- Request Wait time: ASP request wait time.

- Written in C#
using the .NET 2.0 Framework - Ability to write XML
information regarding statistics - Ability to list local IIS Sites (and ip address / port bindings)
- Better memory usage (= better performance)
- New Counter (Response time). using the ASP.net request wait time to show how long the last request took to fulfill.
- Many more enhancements….


Read More