Aggregate report listener in Jmeter

Make a new Thread Group and lets add 5 http request to it. let make them hit the server name www.google.com.

Add a Aggregate Report listener to this thread group In write results to file put the file name like C:\jmeterscripts\Testresults.jtl

Then we can run run the tests and check our jtl file for results.

We have a few options to play around with this file.

We can then delete this jtl file We can click configure in Aggregate Report , then we can name our file as .csv and uncheck save as xml and click save field names(csv) and run again. ,and see the results in that location again.

We can save file as .log or .txt and run again.

However csv is a good option.It is excel format.

Please also note that from jmeter version 2.3.2 and further if we run the script again and again all results are appended to the previous files and previous files are not cleared off when new data is to be written.

If we wan to do thatwe have to manually delete the files or put them somewhere else.

Now let us try to understand the Aggregate report we got after running the http requests.

So if we have 1000 iterations then 80 percentile will be -80 percentile of 1000 is 800 and 20 percentage is 200.So remove top 200 iterations from the list and 80 percentile is 800th iteration.