02-12-04 05:38 PM
Hi there
I found the problem, well it was the machine itself. Now I have this
problem, how do you tell if a webapp is behaving correctly?
I mean, if I have 80 or 120 RPS, between tests, what I understand is that
the Server can handle 80 to 120 RPS right? or is ACT that is sending only 80
to 120 RPS?
What if one of my tests with one user gives me 1 RPS ?
:S I'm kinda lost ....
Anyway, I've created a script to insert information on the database from a
CSV file. What I found is, that an 1 iteration is for 1 user. If I put 100
users, I must use 100 iterations, right?
I'll post the test for you to check them out!
Thanks
Chris
www.chris-strevel.com
"Andrés Naranjo[MSFT]" <andresnaOnline@online.microsoft.com.no.spam> wrote
in message news:4IYz8YN8DHA.1992@cpmsftngxa07.phx.gbl...
> I am guessing the reason ACT is behaving like this is that it is not able
> to open the 1000 simultaneous browser connections, b/c the machine it is
on
> is running out of resources before you can get to 1000 SBCs.
>
> Run the test, while looking at PerfMon output for the CPU utilization on
> the machine... If the CPU utilization on the ACT client machine is
anywhere
> above 80-85%, this is likely the cause. Are you getting socket errors? I
> am guessing you are.
>
> HTTP 302 responses are not errors. They are a response code from the
server
> which indicates an HTTP redirection took place in your site... this is a
> normal response from a web server when a redirection is taking place.
>
> HTTP errors are >= 400
>
> I think:
> 4xx errors are client errors
> 5xx are server errors
>
>
> Does this answer your question? Thank you for using Microsoft Newsgroups!
>
> Andrés Naranjo [MSFT]
> Microsoft DS Communities Team
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> Please reply to newsgroups only.
>
[ Post a follow-up to this message ]
|