Class ReportGenerator
java.lang.Object
org.apache.jmeter.report.dashboard.ReportGenerator
The class ReportGenerator provides a way to generate all the templated files
of the plugin.
- Since:
- 3.0
-
Field Summary
-
Constructor Summary
ConstructorDescriptionReportGenerator
(String resultsFile, ResultCollector resultCollector) Instantiates a new report generator. -
Method Summary
Modifier and TypeMethodDescriptionvoid
generate()
Generate dashboard reports using the data from the specified CSV File.
-
Field Details
-
NORMALIZER_CONSUMER_NAME
- See Also:
-
BEGIN_DATE_CONSUMER_NAME
- See Also:
-
END_DATE_CONSUMER_NAME
- See Also:
-
NAME_FILTER_CONSUMER_NAME
- See Also:
-
DATE_RANGE_FILTER_CONSUMER_NAME
- See Also:
-
APDEX_SUMMARY_CONSUMER_NAME
- See Also:
-
ERRORS_SUMMARY_CONSUMER_NAME
- See Also:
-
REQUESTS_SUMMARY_CONSUMER_NAME
- See Also:
-
STATISTICS_SUMMARY_CONSUMER_NAME
- See Also:
-
TOP5_ERRORS_BY_SAMPLER_CONSUMER_NAME
- See Also:
-
START_INTERVAL_CONTROLLER_FILTER_CONSUMER_NAME
- See Also:
-
-
Constructor Details
-
ReportGenerator
public ReportGenerator(String resultsFile, ResultCollector resultCollector) throws ConfigurationException Instantiates a new report generator.- Parameters:
resultsFile
- the test results fileresultCollector
- Can be null, used if generation occurs at end of test- Throws:
ConfigurationException
- when loading configuration from file fails
-
-
Method Details
-
generate
Generate dashboard reports using the data from the specified CSV File.- Throws:
GenerationException
- when the generation failed
-