Error % in Aggregate Report and Aggregate Graph in Jmeter

2007-05-21 Thread Maya Thampi
Hi All, I have load tested the webservices of an application and encountered with 100 % error in two of the web service methods. It is mentioned in the Jmeter User manual that the Error % is the Percent of requests with errors. Could any one clarify what the error % actually means in Aggregate

RE: Error % in Aggregate Report and Aggregate Graph in Jmeter

2007-05-21 Thread manoj laghuvaram
The error can be because of connection problem or invalid path or ip ... Finally it means it is not hitting the needed server -Original Message- From: Maya Thampi [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 4:25 PM To: jmeter-user@jakarta.apache.org Subject: Error % in Aggregate

RE: Error % in Aggregate Report and Aggregate Graph in Jmeter

2007-05-21 Thread Maya Thampi
Thank you for your reply Manoj. Sometimes the error % shows as 4 in Aggregate Report. So what is the difference between 4% error and 100 % error. manoj laghuvaram wrote: The error can be because of connection problem or invalid path or ip ... Finally it means it is not hitting the needed

RE: Error % in Aggregate Report and Aggregate Graph in Jmeter

2007-05-21 Thread manoj laghuvaram
It means for example out of 100 requests only 4 have passed Better add this listener view results tree and check each thread individually all the said four should be shown in green/normal color and rest red color -Original Message- From: Maya Thampi [mailto:[EMAIL PROTECTED] Sent:

Re: Error % in Aggregate Report and Aggregate Graph in Jmeter

2007-05-21 Thread sebb
Note that assertion failures are counted as failed samples, as are HTTP errors such as 404. On 21/05/07, manoj laghuvaram [EMAIL PROTECTED] wrote: It means for example out of 100 requests only 4 have passed Better add this listener view results tree and check each thread individually all the