I want to use Performance Monitor to measure basic IIS perforance and get the
number of site visitors. Does anyone know what Perf Mon counter to add to
get site visits and could anyone recommend other good counters I should look
at?

Thanks

Re: Perf Mon by Ben

Ben
Wed Jan 05 11:17:48 CST 2005

Web Service / Current Anonymous Users


--
Ben Strackany
www.developmentnow.com


"CLEAR-RCIC" <CLEARRCIC@discussions.microsoft.com> wrote in message
news:E64D8C70-D8E2-4E11-98D6-83BA27473F4D@microsoft.com...
> I want to use Performance Monitor to measure basic IIS perforance and get
the
> number of site visitors. Does anyone know what Perf Mon counter to add to
> get site visits and could anyone recommend other good counters I should
look
> at?
>
> Thanks



Re: Perf Mon by CLEARRCIC

CLEARRCIC
Wed Jan 05 11:55:06 CST 2005

When I add that counter and view it on the graph, the counter always stays at
zero even though I'm hitting the website several times. I tried to set the
scale to 10 and to 1 but it didn't seem to make a difference. It just stayed
at one. Any ideas why it might not be working? (fyi: I am using annonymous
account on the site)

"Ben Strackany" wrote:

> Web Service / Current Anonymous Users
>
>
> --
> Ben Strackany
> www.developmentnow.com
>
>
> "CLEAR-RCIC" <CLEARRCIC@discussions.microsoft.com> wrote in message
> news:E64D8C70-D8E2-4E11-98D6-83BA27473F4D@microsoft.com...
> > I want to use Performance Monitor to measure basic IIS perforance and get
> the
> > number of site visitors. Does anyone know what Perf Mon counter to add to
> > get site visits and could anyone recommend other good counters I should
> look
> > at?
> >
> > Thanks
>
>
>

Re: Perf Mon by Bernard

Bernard
Wed Jan 05 22:45:00 CST 2005

I bookmarked some detail last time.

-----

Couple of kb to help you fine tune you server performance, by monitoring
server resource usage,
you are able to create a baseline to determine and planning for 'upgrading'
these resource
to cater future expansion, either using scale 'up' or 'out' method.

1) Optimizing
Optimizing Internet Information Services 5.0
http://support.microsoft.com/?id=305313

HOW TO Optimize Web Server Performance in Windows 2000
http://support.microsoft.com/?id=308186

HOW TO Monitor Web Server Performance by Using Counter Logs in System
Monitor in IIS
http://support.microsoft.com/?id=313064

HOW TO: Create an IIS Baseline by Using the Web Service Object
http://support.microsoft.com/?id=323317

Internet Information Services 5.0 - Optimize
http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/iis/maintain/optimize/default.mspx


2) Stress Testing
HOW TO Install and Use the Web Application Stress (WAS) Tool
http://support.microsoft.com/?id=313559

INFO Stress Tools to Test Your Web Server
http://support.microsoft.com/?id=231282
-----


--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/



"CLEAR-RCIC" <CLEARRCIC@discussions.microsoft.com> wrote in message
news:4F2300F8-A3F0-46F4-BBFA-CAC1BBC18B51@microsoft.com...
> When I add that counter and view it on the graph, the counter always stays
> at
> zero even though I'm hitting the website several times. I tried to set
> the
> scale to 10 and to 1 but it didn't seem to make a difference. It just
> stayed
> at one. Any ideas why it might not be working? (fyi: I am using
> annonymous
> account on the site)
>
> "Ben Strackany" wrote:
>
>> Web Service / Current Anonymous Users
>>
>>
>> --
>> Ben Strackany
>> www.developmentnow.com
>>
>>
>> "CLEAR-RCIC" <CLEARRCIC@discussions.microsoft.com> wrote in message
>> news:E64D8C70-D8E2-4E11-98D6-83BA27473F4D@microsoft.com...
>> > I want to use Performance Monitor to measure basic IIS perforance and
>> > get
>> the
>> > number of site visitors. Does anyone know what Perf Mon counter to add
>> > to
>> > get site visits and could anyone recommend other good counters I should
>> look
>> > at?
>> >
>> > Thanks
>>
>>
>>



Re: Perf Mon by CLEARRCIC

CLEARRCIC
Thu Jan 06 06:23:03 CST 2005

Thanks for the help.

"Bernard" wrote:

> I bookmarked some detail last time.
>
> -----
>
> Couple of kb to help you fine tune you server performance, by monitoring
> server resource usage,
> you are able to create a baseline to determine and planning for 'upgrading'
> these resource
> to cater future expansion, either using scale 'up' or 'out' method.