vote up 4 vote down star

Hello!

What is the best way to monitor IIS7 worker processes and store informations about websites which are using CPU/memory too much?

Thanks

flag

2 Answers

vote up 1 vote down check

I recently started looking at accessing WMI with ASP.NET. Assuming your ASP Service Account has enough permissions you can query and even monitor the various performance metrics using the standard WMI method calls. You might want to start out by looking at O'Reilly Media's article A Quick Introduction to WMI from .NET and see if that satisfies your needs.

link|flag
vote up 0 vote down

There are some commercial options that will monitor a process's CPU and memory utilization.

But there is also a solution on Code Project that will let you tap into the values to monitor them from a winform application.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.