Jmeter 3.0 Dashboard graph not match with listener graph -


am using thread group , stepping thread group.

running jmeter command line , generate .jtl file csv format. generate report using -o command line options.

the problem graph output different compare graph output in listener ui

e.g response times on time

graph listener when load .jtl file graph listener when load .jtl file

graph dashboard graph dashboard

granularity of jmeter-plugins graph seems different jmeter core one.

you can try different settings changing in user.properties:

jmeter.reportgenerator.overall_granularity=60000


Comments