 |
|
 |
|
Next: IIS Admin property pages refuse to be displayed
|
| Author |
Message |
External

Since: Oct 17, 2003 Posts: 67
|
(Msg. 1) Posted: Sun May 23, 2004 10:49 pm
Post subject: Web tools Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
Hello
I tried the webtool group no luck just advertisments.
I wanted to know how to use this tool Webstress Tool from
MS .
How can I, or how do I set up a thousnad concurrent users
to test my web please. Maybe a help site would be great
too!
thanks
Joe >> Stay informed about: Web tools |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 3041
|
(Msg. 2) Posted: Mon May 24, 2004 5:43 pm
Post subject: Re: Web tools [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi,
Do you want 1,000 concurrent *requests*? or 1,000 concurrent *users*?
Do you want to test a single webpage? or an entire web application?
To setup the requisite number of requests so you can set the number of
threads and socket multiplier on the client(s). For that many concurrent
requests you should probably be using multiple client machines. Also, make
sure that you have enough network bandwidth! If you only have, say, 1.5
MB/sec, then this will probably be saturated by 30 concurrent requests from
dial-up users!
Now, to simulate "users", you need to decide how often these users make
requests. Usually a real-life user would get a page, then spend some time
reading the page. So, 1,000 concurrent users might only be 50 concurrent
requests.
Cheers
Ken
"Joe" <anonymous DeleteThis @discussions.microsoft.com> wrote in message
news:111ca01c44139$b5c5b1b0$a501280a@phx.gbl...
: Hello
:
: I tried the webtool group no luck just advertisments.
:
: I wanted to know how to use this tool Webstress Tool from
: MS .
:
: How can I, or how do I set up a thousnad concurrent users
: to test my web please. Maybe a help site would be great
: too!
:
: thanks
: Joe
: >> Stay informed about: Web tools |
|
| Back to top |
|
 |  |
External

Since: Oct 17, 2003 Posts: 67
|
(Msg. 3) Posted: Mon May 24, 2004 5:43 pm
Post subject: Re: Web tools [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks Ken,
I wanted to see what kind of load this server would handle
and I have only one PC to try it from so I am not exactly
sure how to load test this server.
>Do you want 1,000 concurrent *requests*? or 1,000
concurrent *users*?
what is the difference?
Do you want to test a single webpage? or an entire web
application?
Entire web application.
This will be an e-commerce web and complete with shopping
cart and credit card processing. So I need to know before
I put it into production and look like an ass.
Thanks Ken and by the way you and Jonathan have great
sites!
Joe
>-----Original Message-----
>Hi,
>
>Do you want 1,000 concurrent *requests*? or 1,000
concurrent *users*?
>Do you want to test a single webpage? or an entire web
application?
>
>To setup the requisite number of requests so you can set
the number of
>threads and socket multiplier on the client(s). For that
many concurrent
>requests you should probably be using multiple client
machines. Also, make
>sure that you have enough network bandwidth! If you only
have, say, 1.5
>MB/sec, then this will probably be saturated by 30
concurrent requests from
>dial-up users!
>
>Now, to simulate "users", you need to decide how often
these users make
>requests. Usually a real-life user would get a page, then
spend some time
>reading the page. So, 1,000 concurrent users might only
be 50 concurrent
>requests.
>
>Cheers
>Ken
>
>
>
>"Joe" <anonymous DeleteThis @discussions.microsoft.com> wrote in
message
>news:111ca01c44139$b5c5b1b0$a501280a@phx.gbl...
>: Hello
>:
>: I tried the webtool group no luck just advertisments.
>:
>: I wanted to know how to use this tool Webstress Tool
from
>: MS .
>:
>: How can I, or how do I set up a thousnad concurrent
users
>: to test my web please. Maybe a help site would be great
>: too!
>:
>: thanks
>: Joe
>:
>
>
>.
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Web tools |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 3041
|
(Msg. 4) Posted: Tue May 25, 2004 2:59 pm
Post subject: Re: Web tools [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
What do you mean "what is the difference"? I explained the difference.
A request is a physical request - the HTTP request is coming into the
server, and the server is sending it back
A "user" is someone using your site. A typical user issues a request, then
reads the response (eg reads a webpage, or fills in a form), then issues a
new request sometime later.
So, 10,000 concurrent users might only mean 500 concurrent requests, because
not all users are actively seeking new pages from the webserver.
If you read the WAST online help, you will see plenty of information on how
to configure WAST to issue a set of requests one after the other. You can
either record a session, or you can manually enter the requisite URLs, and
any additional HTTP information (such as POST, or GET data, cookies etc)
Cheers
Ken
"Joe" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:118c401c441b6$cae0f410$a501280a@phx.gbl...
: Thanks Ken,
: I wanted to see what kind of load this server would handle
: and I have only one PC to try it from so I am not exactly
: sure how to load test this server.
:
: >Do you want 1,000 concurrent *requests*? or 1,000
: concurrent *users*?
:
: what is the difference?
:
: Do you want to test a single webpage? or an entire web
: application?
:
: Entire web application.
:
: This will be an e-commerce web and complete with shopping
: cart and credit card processing. So I need to know before
: I put it into production and look like an ass.
:
: Thanks Ken and by the way you and Jonathan have great
: sites!
: Joe
:
:
: >-----Original Message-----
: >Hi,
: >
: >Do you want 1,000 concurrent *requests*? or 1,000
: concurrent *users*?
: >Do you want to test a single webpage? or an entire web
: application?
: >
: >To setup the requisite number of requests so you can set
: the number of
: >threads and socket multiplier on the client(s). For that
: many concurrent
: >requests you should probably be using multiple client
: machines. Also, make
: >sure that you have enough network bandwidth! If you only
: have, say, 1.5
: >MB/sec, then this will probably be saturated by 30
: concurrent requests from
: >dial-up users!
: >
: >Now, to simulate "users", you need to decide how often
: these users make
: >requests. Usually a real-life user would get a page, then
: spend some time
: >reading the page. So, 1,000 concurrent users might only
: be 50 concurrent
: >requests.
: >
: >Cheers
: >Ken
: >
: >
: >
: >"Joe" <anonymous.RemoveThis@discussions.microsoft.com> wrote in
: message
: >news:111ca01c44139$b5c5b1b0$a501280a@phx.gbl...
: >: Hello
: >:
: >: I tried the webtool group no luck just advertisments.
: >:
: >: I wanted to know how to use this tool Webstress Tool
: from
: >: MS .
: >:
: >: How can I, or how do I set up a thousnad concurrent
: users
: >: to test my web please. Maybe a help site would be great
: >: too!
: >:
: >: thanks
: >: Joe
: >:
: >
: >
: >.
: > >> Stay informed about: Web tools |
|
| Back to top |
|
 |  |
External

Since: Oct 17, 2003 Posts: 67
|
(Msg. 5) Posted: Tue May 25, 2004 11:29 pm
Post subject: Re: Web tools [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thank you Ken Sorry for the late reply
Joe
>-----Original Message-----
>What do you mean "what is the difference"? I explained
the difference.
>
>A request is a physical request - the HTTP request is
coming into the
>server, and the server is sending it back
>A "user" is someone using your site. A typical user
issues a request, then
>reads the response (eg reads a webpage, or fills in a
form), then issues a
>new request sometime later.
>
>So, 10,000 concurrent users might only mean 500
concurrent requests, because
>not all users are actively seeking new pages from the
webserver.
>
>If you read the WAST online help, you will see plenty of
information on how
>to configure WAST to issue a set of requests one after
the other. You can
>either record a session, or you can manually enter the
requisite URLs, and
>any additional HTTP information (such as POST, or GET
data, cookies etc)
>
>Cheers
>Ken
>
>"Joe" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in
message
>news:118c401c441b6$cae0f410$a501280a@phx.gbl...
>: Thanks Ken,
>: I wanted to see what kind of load this server would
handle
>: and I have only one PC to try it from so I am not
exactly
>: sure how to load test this server.
>:
>: >Do you want 1,000 concurrent *requests*? or 1,000
>: concurrent *users*?
>:
>: what is the difference?
>:
>: Do you want to test a single webpage? or an entire web
>: application?
>:
>: Entire web application.
>:
>: This will be an e-commerce web and complete with
shopping
>: cart and credit card processing. So I need to know
before
>: I put it into production and look like an ass.
>:
>: Thanks Ken and by the way you and Jonathan have great
>: sites!
>: Joe
>:
>:
>: >-----Original Message-----
>: >Hi,
>: >
>: >Do you want 1,000 concurrent *requests*? or 1,000
>: concurrent *users*?
>: >Do you want to test a single webpage? or an entire web
>: application?
>: >
>: >To setup the requisite number of requests so you can
set
>: the number of
>: >threads and socket multiplier on the client(s). For
that
>: many concurrent
>: >requests you should probably be using multiple client
>: machines. Also, make
>: >sure that you have enough network bandwidth! If you
only
>: have, say, 1.5
>: >MB/sec, then this will probably be saturated by 30
>: concurrent requests from
>: >dial-up users!
>: >
>: >Now, to simulate "users", you need to decide how often
>: these users make
>: >requests. Usually a real-life user would get a page,
then
>: spend some time
>: >reading the page. So, 1,000 concurrent users might only
>: be 50 concurrent
>: >requests.
>: >
>: >Cheers
>: >Ken
>: >
>: >
>: >
>: >"Joe" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in
>: message
>: >news:111ca01c44139$b5c5b1b0$a501280a@phx.gbl...
>: >: Hello
>: >:
>: >: I tried the webtool group no luck just advertisments.
>: >:
>: >: I wanted to know how to use this tool Webstress Tool
>: from
>: >: MS .
>: >:
>: >: How can I, or how do I set up a thousnad concurrent
>: users
>: >: to test my web please. Maybe a help site would be
great
>: >: too!
>: >:
>: >: thanks
>: >: Joe
>: >:
>: >
>: >
>: >.
>: >
>
>
>.
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Web tools |
|
| Back to top |
|
 |  |
| Related Topics: | Tools for the IIS - hello together !! I'm looking for some tools to check the iis webserver. Could anybody give me some exaples for the following problems: - when you have an performance problem on der webserver (wrong coded applications). to verify the problems in an...
IIS Tools - Hey, Are there IIS Administration tools except the default one? Thanks ahead --Ram
No IIS tools in Administrative Tools - I am running WinXP Pro and want to set up my machine for web development. I've installed IIS and I can run iisstart.asp on localhost but no iis tools nor show in Administrative tools? Why not and how can I install them? 2nd question: when I run..
tools to deploy IIS - Hi I need to move some asp applications to a new server, is there any tools can do moving and deploying instead of manually moving and registering etc. thanks Paul
MSWC.Tools - I moved an ASP application from a Windows 2000 to a Windows 2003 server. I'm using MSWC.Tools to validate the existence of some files. I got the next error: Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed H E L P ! Thank you. |
|
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
|
|
|
|
 |
|
|