On 28 August 2013 10:08, Amit Kumar <[email protected]> wrote: > In response of failed requests there is text like- could not connect to > server. Does it mean that server is not able to handle that much users?
Depends on the exact message. In order to connect from one system to another, both the JMeter and server systems - and the network - have to have sufficient resources. There could be failures at any point, but usually the problem is at the server end; e.g. it needs to be configured with more connections. Search online for the exact error message. > > On Wed, Aug 28, 2013 at 2:27 PM, sebb <[email protected]> wrote: > >> On 28 August 2013 09:38, Amit Kumar <[email protected]> wrote: >> > Thanks Sebb for your reply. >> > For failed samples, requests are having valid data but response >> assertions >> > are getting failed. What should we do in this cases? >> >> Depends on why the assertions are failing. >> >> Perhaps the assertion is wrong, or perhaps the server is responding >> incorrectly under load. >> >> > >> > On Wed, Aug 28, 2013 at 1:19 PM, sebb <[email protected]> wrote: >> > >> >> On 28 August 2013 05:58, Amit Kumar <[email protected]> wrote: >> >> > Dear All: >> >> > >> >> > I have a query regarding to JMeter Results. I am running test with >> 1000 >> >> > users on 6 machines in distributed environment. In results some >> samples >> >> are >> >> > generating warning (Status column in Table Result-Red Color). >> >> > So should we include these failed sample in our result? >> >> >> >> Depends on what the test is trying to achieve. >> >> >> >> > What should we conclude on the basis of this? >> >> >> >> Depends on what is causing the errors. >> >> You will need to look at the detailed results to see what the errors >> >> are, and then investigate what is causing them. >> >> >> >> > Please give your suggestions !! >> >> > >> >> > -- >> >> > Thanks and Regards, >> >> > Amit >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [email protected] >> >> For additional commands, e-mail: [email protected] >> >> >> >> >> > >> > >> > -- >> > Thanks and Regards, >> > Amit >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Thanks and Regards, > Amit --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
