I want to report back on each request/sample in my jmeter test. I have 1 thread group setup, number of users is 1 and loop count is 5. Inside the thread group I have 5 different http/jdbc requests that read from csv data set config files. I'm ok getting an overview of the min, max and average times. But I also (more importantly) want to know how long each request took. Based on my config above I want 25 lines telling me that the request/sample took x time.
The report I get at the end shows the average time, min time max time for each request. But I want it to show each sample for each request. I want to know that request 1 sample 1 took 4 minutes, request 1 sample 2 took 3 minutes, etc. Be able to expand # of Samples or something.
