Re: is this possible

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 09/16/04


Date: Thu, 16 Sep 2004 10:30:52 +1000

Wow, talk about a "circular answer"

How do you define a connected user? Please do not say "all users connected
to the webserver".

Are you talking about HTTP connections? A physical client machine may have 1
or more HTTP connections. Are you talking about people browsing the site?
What if they have downloaded a page and are currently reading it (so there's
no activity between the server and client)? And so on.

You need to tell us *exactly* what you define a "connected user" as (HTTP is
inherently stateless, so there is no persistant connection), then we can
tell you how to measure it.

Cheers
Ken

"IGotYourDotNet" <IGotYourDotNet@discussions.microsoft.com> wrote in message
news:F0898A14-F123-4468-994A-C08B4921FB33@microsoft.com...
> Yeah, just a list of all the users connect to a web site on the server
>
> "Ken Schaefer" wrote:
>
>> How do you define "a connected user"?
>>
>> Are you talking about current HTTP connections? Performance Monitor will
>> tell you that (Start -> Run -> Perfmon)
>>
>> Netstat.exe will also give you a snapshot of all current TCP, or UDP
>> connections
>>
>> Cheers
>> Ken
>>
>> "IGotYourDotNet" <IGotYourDotNet@discussions.microsoft.com> wrote in
>> message
>> news:4DE5A776-AE53-43FA-96FB-722C6ECE75C1@microsoft.com...
>> > I'm running server 2003 with iis 6. Is it possible to see how many
>> > users
>> > are
>> > connected to a web site running on iis6? if so how and where would i
>> > find
>> > that information?
>>
>>
>>



Relevant Pages

  • Re: Web page calling web service; Concurrency problem?
    ... making webservice calls is still two connections per server. ... > What you are referring is the limit for the connections through WinInet ... >> two connection limit apply to the whole web site or just the web page? ... >> passport authentication uses a web service. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Calling web service from web page; concurrency problems?
    ... > making webservice calls is still two connections per server. ... So does this 2 connection limit apply to each page, the web site ... I stated that I thought passport used web services. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Performance Monitor - Current Anonymous Users vs. Current Connctions
    ... The Current Connections counter means current opened TCP connections ... IE establishes two TCP connections to the server. ... Keep-Alives feature(in a site property's Web Site tab), ...
    (microsoft.public.inetserver.iis)
  • Properly connecting to multiple instancesof SQL servers
    ... I did some changes to my server and now having trouble with connections. ... Took off SQL 2000 and replaced it with SQL2005 Standard. ... Got one web site with the following connection via ASP: ...
    (microsoft.public.sqlserver)
  • Re: Web page calling web service; Concurrency problem?
    ... > making webservice calls is still two connections per server. ... So does this 2 connection limit apply to each page, the web site ... I stated that I thought passport used web services. ...
    (microsoft.public.dotnet.framework.aspnet)