I found Jmeter captures the Response times of a request that had failed in its aggregate report
If i check Successes Check box, i get only success Response times, Samples, Throughput and KB/sec.
And if dint check anything i could see both Successes and failures in all columns
Is there a way in JMeter to get aggregate report with success response times alone but other columns should get total counts (that include both Successes and failure counts) in #Sample, Total errors, Throughput and KB/Sec as it is
At present, i collect data through two simple data writers with checking success check box in one (A) and both in another(B). and load it in two aggregate report listeners and manually copy response times section from replace in csv from B so that i get samples, Errors, Throughput & KB/Sec containing both success and failures requests and response times alone from only successes
Simple data writer config SimpleDataWriterConfiguration
Please let know any other way to acheive this