Search code examples
csvjmeterreportload-testing

Analysing the result of jmeter load testing using HTML report Dashboard


I am analyzing the test results for jmeter using HTML Report Dashboard, but it displays the output of just one particular time but not for all samples

I have tried looking for solutions online, but couldnt find any

enter image description here


Solution

  • Your load test lasts 1 minute (which is not meaningful anyway),since you're using 1min granularity you end up with 1 point.

    So:

    • Either increase test duration
    • Change in user.properties:

    jmeter.reportgenerator.overall_granularity=1000

    See:

    Read this blog for more details.

    To learn more about performance testing and JMeter, this book can help you.