Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

read-able server variables

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Basic webpage access question.  
Author Message
tlgalenson

External


Since: Dec 02, 2003
Posts: 31



(Msg. 1) Posted: Wed Dec 10, 2003 5:19 pm
Post subject: read-able server variables
Archived from groups: microsoft>public>inetserver>iis (more info?)

Off the top of your head, is there a "read-able" IIS server variable that
will tell how many connections there are on a single virtual server? I am
interested in being able to tell anyone who connects to my site that there
are 23 (or 2300) other people also connected. I don't want it to depend on
the people actually logging on with a userid/password.....

Tom

ps. I'm having a "saturation party" thursday night. The web-host and I want
to see what happens when the iis box gets really loaded.... you can chat
online or browse and download from a collection of 146,000+ files.


--
+++++++++++
Onsite Tech support and remote Website Design at www.bluecollarcc.com
Need a dos file? I have 100,000's online at www.chatnfiles.com
Excellent Free Website training on the Web at: www.w3schools.com

 >> Stay informed about: read-able server variables 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 2) Posted: Thu Dec 11, 2003 2:24 pm
Post subject: Re: read-able server variables [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Perfmon will give you the number of open HTTP connections to the box.

Start -> Run -> Perfmon

There are also plenty of stress testing tools out there that you can use.
Microsoft has a free one called WAST that you can download.

Cheers
Ken


"Tom Miller" <tlgalenson.DeleteThis@chatnfiles.com> wrote in message
news:vtevr6th0lb4d6@corp.supernews.com...
: Off the top of your head, is there a "read-able" IIS server variable that
: will tell how many connections there are on a single virtual server? I am
: interested in being able to tell anyone who connects to my site that there
: are 23 (or 2300) other people also connected. I don't want it to depend
on
: the people actually logging on with a userid/password.....
:
: Tom
:
: ps. I'm having a "saturation party" thursday night. The web-host and I
want
: to see what happens when the iis box gets really loaded.... you can chat
: online or browse and download from a collection of 146,000+ files.
:
:
: --
: +++++++++++
: Onsite Tech support and remote Website Design at www.bluecollarcc.com
: Need a dos file? I have 100,000's online at www.chatnfiles.com
: Excellent Free Website training on the Web at: www.w3schools.com
:
:

 >> Stay informed about: read-able server variables 
Back to top
Login to vote
tlgalenson

External


Since: Dec 02, 2003
Posts: 31



(Msg. 3) Posted: Thu Dec 11, 2003 2:24 pm
Post subject: Re: read-able server variables [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you for the reply. Can a script read "perfmon" in such a way as the
variable can be displayed on an html page on the site?

"Ken Schaefer" <kenREMOVE RemoveThis @THISadOpenStatic.com> wrote in message
news:uHTko03vDHA.2520@TK2MSFTNGP10.phx.gbl...
 > Hi,
 >
 > Perfmon will give you the number of open HTTP connections to the box.
 >
 > Start -> Run -> Perfmon
 >
 > There are also plenty of stress testing tools out there that you can use.
 > Microsoft has a free one called WAST that you can download.
 >
 > Cheers
 > Ken
 >
 >
 > "Tom Miller" <tlgalenson RemoveThis @chatnfiles.com> wrote in message
 > news:vtevr6th0lb4d6@corp.supernews.com...
 > : Off the top of your head, is there a "read-able" IIS server variable
that
 > : will tell how many connections there are on a single virtual server? I
am
 > : interested in being able to tell anyone who connects to my site that
there
 > : are 23 (or 2300) other people also connected. I don't want it to
depend
 > on
 > : the people actually logging on with a userid/password.....
 > :
 > : Tom
 > :
 > : ps. I'm having a "saturation party" thursday night. The web-host and I
 > want
 > : to see what happens when the iis box gets really loaded.... you can
chat
 > : online or browse and download from a collection of 146,000+ files.
 > :
 > :
 > : --
 > : +++++++++++
<font color=purple> > : Onsite Tech support and remote Website Design at <a style='text-decoration: underline;' href="http://www.bluecollarcc.com</font" target="_blank">www.bluecollarcc.com</font</a>>
<font color=purple> > : Need a dos file? I have 100,000's online at <a style='text-decoration: underline;' href="http://www.chatnfiles.com</font" target="_blank">www.chatnfiles.com</font</a>>
<font color=purple> > : Excellent Free Website training on the Web at: <a style='text-decoration: underline;' href="http://www.w3schools.com</font" target="_blank">www.w3schools.com</font</a>>
 > :
 > :
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: read-able server variables 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 4) Posted: Thu Dec 11, 2003 5:37 pm
Post subject: Re: read-able server variables [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Not as such. But you could use WMI to get the counter values.
http://www.google.com/search?q=Using+WMI+with+ASP

Cheers
Ken


"Tom Miller" <tlgalenson.TakeThisOut@chatnfiles.com> wrote in message
news:vtfp232nugbu21@corp.supernews.com...
: Thank you for the reply. Can a script read "perfmon" in such a way as the
: variable can be displayed on an html page on the site?
:
: "Ken Schaefer" <kenREMOVE.TakeThisOut@THISadOpenStatic.com> wrote in message
: news:uHTko03vDHA.2520@TK2MSFTNGP10.phx.gbl...
: > Hi,
: >
: > Perfmon will give you the number of open HTTP connections to the box.
: >
: > Start -> Run -> Perfmon
: >
: > There are also plenty of stress testing tools out there that you can
use.
: > Microsoft has a free one called WAST that you can download.
: >
: > Cheers
: > Ken
: >
: >
: > "Tom Miller" <tlgalenson.TakeThisOut@chatnfiles.com> wrote in message
: > news:vtevr6th0lb4d6@corp.supernews.com...
: > : Off the top of your head, is there a "read-able" IIS server variable
: that
: > : will tell how many connections there are on a single virtual server?
I
: am
: > : interested in being able to tell anyone who connects to my site that
: there
: > : are 23 (or 2300) other people also connected. I don't want it to
: depend
: > on
: > : the people actually logging on with a userid/password.....
: > :
: > : Tom
: > :
: > : ps. I'm having a "saturation party" thursday night. The web-host and
I
: > want
: > : to see what happens when the iis box gets really loaded.... you can
: chat
: > : online or browse and download from a collection of 146,000+ files.
 >> Stay informed about: read-able server variables 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]