Monitoring Web Servers

Monitoring Web Servers

am 20.11.2007 01:28:00 von hassan

How should I go about monitoring health of Web Servers? I know of perfmon..
but any specific counters to look for.

Kristofer, do you have any link handy ? ;)

Re: Monitoring Web Servers

am 20.11.2007 04:48:13 von David Wang

On Nov 19, 4:28 pm, "Hassan" wrote:
> How should I go about monitoring health of Web Servers? I know of perfmon..
> but any specific counters to look for.
>
> Kristofer, do you have any link handy ? ;)


Please define "health" as it pertains to your web application.

IIS6 already has health-monitoring metrics that allow it to self-
monitor and self-correct, but it applies generically.

IIS6 has no health-monitoring metrics for the health of your
applications running on it -- that is what you need to determine.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//

Re: Monitoring Web Servers

am 20.11.2007 09:35:53 von Ken Schaefer

As David says, you need to define what "healthy" means for your web
applications.

For IIS itself, and for base operating system functionality (disk I/O,
memory usage etc), Microsoft already produces Operations Manager (MOM 2005 /
System Center Operations Manager 2007) Management Packs. These, via rules
that you can tune/override, define a healthy OS and IIS environment:

www.microsoft.com/opsmgr

Cheers
Ken

--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken

"Hassan" wrote in message
news:%23Lzh7wwKIHA.4808@TK2MSFTNGP05.phx.gbl...
> How should I go about monitoring health of Web Servers? I know of
> perfmon.. but any specific counters to look for.
>
> Kristofer, do you have any link handy ? ;)
>

Re: Monitoring Web Servers

am 20.11.2007 20:29:48 von hassan

Is MOM free ? Or do I need to purchase a license for it ?

I was basically looking for perfmon monitors to include in my perfmom
monitoring.

"Ken Schaefer" wrote in message
news:eux69B1KIHA.4228@TK2MSFTNGP02.phx.gbl...
> As David says, you need to define what "healthy" means for your web
> applications.
>
> For IIS itself, and for base operating system functionality (disk I/O,
> memory usage etc), Microsoft already produces Operations Manager (MOM 2005
> / System Center Operations Manager 2007) Management Packs. These, via
> rules that you can tune/override, define a healthy OS and IIS environment:
>
> www.microsoft.com/opsmgr
>
> Cheers
> Ken
>
> --
> My IIS Blog: www.adOpenStatic.com/cs/blogs/ken
>
> "Hassan" wrote in message
> news:%23Lzh7wwKIHA.4808@TK2MSFTNGP05.phx.gbl...
>> How should I go about monitoring health of Web Servers? I know of
>> perfmon.. but any specific counters to look for.
>>
>> Kristofer, do you have any link handy ? ;)
>>
>