Sarang
Sarang

Reputation: 688

Modifying JMeter dashboard generation

I am executing JMeter test script using the command line. So JMeter has provided a command that generates dashboard using log.jtl file.

jmeter -g %JTLLOGPATH% -o %DASHBOARDPATH%

In the dashboard, There is some APDEX (Application Performance Index) table, statistics table, and graphs. is there any setting or properties so that table in the dashboard will show required column and enable/disable graphs?

Upvotes: 1

Views: 1025

Answers (2)

Ori Marko
Ori Marko

Reputation: 58774

JMeter Dashboard was changed, Latest version 3.3 allow you to configure report generator using property file:

All report generator properties can be found in file reportgenerator.properties. To customize these properties, you should copy them in user.properties file and modify them.

Upvotes: 1

UBIK LOAD PACK
UBIK LOAD PACK

Reputation: 34516

There is no such possibility as of Apache JMeter 3.0

But you can submit an enhancement request giving more details on your need.

See:

Upvotes: 0

Related Questions