Re: is this possible
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 09/16/04
- Next message: Ken Schaefer: "Re: IIS4 (Windows 2000 Professional) problem"
- Previous message: Milhouse: "Re: Win 2K Server/IIS/ASP.Net"
- In reply to: IGotYourDotNet: "Re: is this possible"
- Messages sorted by: [ date ] [ thread ]
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?
>>
>>
>>
- Next message: Ken Schaefer: "Re: IIS4 (Windows 2000 Professional) problem"
- Previous message: Milhouse: "Re: Win 2K Server/IIS/ASP.Net"
- In reply to: IGotYourDotNet: "Re: is this possible"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|