Hi all..
How can we monitor IIS Servers ??
And all the asp.net portals running on it ??
And show it on a diagram like in Windows ??
Control Panel\All Control Panel Items\Action Center\Reliability Monitor
I just have this link -
https://technet.microsoft.com/en-us/library/cc730608%28v=ws.10%29.aspx
Please guide...
Loading
Riddhi ValechaPosted May 17, 2015, 6:28 AM
Thanks for these links...
Along with these links.... can we get the following details also -
1. What OS is installed on the machine ??
Eg - If a single sign on website is published, I want to get the OS (Windows; its versions - Like Windows 7 2-bit/ 64-bit).
2. RAM
-Total RAM in machine.
-used for running the website (from start to end).
3. Windows Taskbar Manager in asp.net
- Applications / Processes / Services/ etc....
Vincent Maverick DuranoPosted May 16, 2015, 10:58 AM
ASP.NET includes performance counters that you can track with the Windows Performance Monitor (Perfmon.exe). You can launch this from the Administrative Tools in Windows Server 2003.
You may want to check out these articles which can guide you to choose the most appropriate performance counters: