Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Web tools

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS Admin property pages refuse to be displayed  
Author Message
anonymous127

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
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(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.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
Login to vote
anonymous127

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
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(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 DeleteThis @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 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
Login to vote
anonymous127

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
Login to vote
Display posts from previous:   
Related Topics:
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.

IIS 6.0 Command line tools - Using IIS 6.0 /ASP I would like to use some of the command line tools. I heard IIS 6.0 does not allow command line tools executed for security. Is there any way I can enable this ? or Any other ways to achieve this ? I wanted to use signcode.exe..

Web performance Testing Tools - Hi everyone, what tools are you using to test the performance of your webserver(s). Is the Web Application Stress Tool from Microsoft good for performance testing or are there better freeware or commercial tools on the market? Thanks for the answers in...

IIS 5 100% CPU troubleshooting tools - IISState? - I need to find a way to determine the source of 100% CPU utilization episodes on a shared web hosting server running Win2k SP4. The box is run headless, managed normally via terminal services remote administration. The symptoms typically are one of the...
   Web Hosting and Web Master Forums (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 ]