Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JMeter Summary Report % Error

I just develop a web apps, and test it using jmeter. Anyway I'm new in jmeter, still not familiar with it.

All test is good, except there is 100% on % error column. I still wondering what is it based, I test it using browser, it working properly, I'm using 1 instance/ 1 request, still it show 100% error.

What Error % column in Summary Report based on? And how I know what error it found which I don't know? Many thanks.

like image 292
cactuarz Avatar asked Aug 16 '12 06:08

cactuarz


People also ask

What is error in JMeter summary report?

This error tells you either request failed or response failed based on assertion made (text , response code ...)

What is error percentage in JMeter summary report?

Error% denotes the percent of requests with errors. 100% error means all the requests sent from JMeter have failed. You should add a Tree View Listener and then check the individual requests and responses. Such high percentage of error means that either your server is not available or all of your requests are invalid.

What is sample In summary report in JMeter?

JMeter samples are terminal elements in JMeter tests that informs JMeter to send requests to a server and wait for a response. The JMeter Samples page shows the average sample response time for all the requests in the test. The bar chart shows the average sample response time for all the requests.


1 Answers

Add a tree result listener to your test plan and run it with 1 user, you will get more infos on error.

This error tells you either request failed or response failed based on assertion made (text , response code ...)

Read:

  • http://jmeter.apache.org/usermanual/index.html

To understand jmeter concepts.

Regards

like image 132
UBIK LOAD PACK Avatar answered Oct 30 '22 14:10

UBIK LOAD PACK