that usually means the webserver is not responding correctly, which one could interpret as "the server has reached it's limits." Some people explicitly define the limit as an error rate. by that I mean this.
A max of 2% error and response time of Xms Some people define the limit as the response time for 90% of the requests, as in 90% of the request must be processed within 500ms. in this case, the process time is the page generation time logged on the server side. large sites do this, since users may be using a bad dial-up connection, which means the response time varies wildly. hope that helps peter On 8/17/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > How does one know when a system has reached its capacity? > > For example, when I set the number of users high enough, a large portion of > the testresults in the simple data writer come back as: > response message="Non HTTP response message" > response code="Non HTTP response code" > success="false" > > 1. Does that mean capacity has been reached - or is that something else? > > 2. Also, where can I get information (or can anyone provide) on a convenient > way to graph my results with regards to capacity and the number where the > system "craps out."? Most of the listener results are not very clear/pretty > as-is. > > I would really appreciate your help, as I am new to all of this field. > > Thanks. > > > This message is for the designated recipient only and may contain privileged, > proprietary, or otherwise private information. If you have received it in > error, please notify the sender immediately and delete the original. Any > other use of the email by you is prohibited. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

