chronos:historyreport

Note:This goal should be used as a Maven report.

Full name:

org.codehaus.mojo:chronos-maven-plugin:1.0-SNAPSHOT:historyreport

Description:

Creates a historic report of performance test results.

Attributes:

  • Requires a Maven project to be executed.
  • Invokes the execution of the lifecycle phase post-integration-test prior to executing itself.

Optional Parameters

Name Type Since Description
dataid String - The id of the data, to create a report from. Used to separate between several performancetest inside the same maven project
Default value is: performancetest.
description String - The description of the generated report.
historychartupperbound double - This sets the default maximum value on the history report charts. This can be set to prevent "spikes" in the charts which can throw the scale off.
Default value is: 0.
historydir File - The directory where historic data are stored.
showgc boolean - Should the report contain garbage collections? Note that garbage collections are only relevant if they are from the code being tested (if you use JMeter to test wbsites, the jmeter gc logs are totally irrelevant)!
Default value is: true.
title String - The title of the generated report

Parameter Details

dataid:

The id of the data, to create a report from. Used to separate between several performancetest inside the same maven project
  • Type: java.lang.String
  • Required: No
  • Default: performancetest

description:

The description of the generated report.
  • Type: java.lang.String
  • Required: No

historychartupperbound:

This sets the default maximum value on the history report charts. This can be set to prevent "spikes" in the charts which can throw the scale off.
  • Type: double
  • Required: No
  • Default: 0

historydir:

The directory where historic data are stored.
  • Type: java.io.File
  • Required: No
  • Expression: ${basedir}/target/chronos/history

showgc:

Should the report contain garbage collections? Note that garbage collections are only relevant if they are from the code being tested (if you use JMeter to test wbsites, the jmeter gc logs are totally irrelevant)!
  • Type: boolean
  • Required: No
  • Default: true

title:

The title of the generated report
  • Type: java.lang.String
  • Required: No