afranken / jmeter-analysis-maven-plugin

Plugin that parses JMeter result files and computes performance indicators such as average request duration
58 stars 40 forks source link

Errors are always 0 for "Samples by uri" #24

Closed hweissmann closed 8 years ago

hweissmann commented 9 years ago

We recognized that the count of errors in csv-reports show always "0" though errors happened in the jmeter-tests.

The errors are only listed in the "global-report": response status codes 200: 80 (80.00%) 500: 20 (20.00%)

But not in the "csv-report" (or other uri splitted reports): uri;count;total;min;average;max;standarddeviation;persecond;errors Request;1000;27000;5;25;100;5;5;0

Is there any configuration missing to solve this problem?

Best Regards, Weissmann