Note:This goal should be used as a Maven report.
Full name:
org.codehaus.mojo:chronos-maven-plugin:1.0-SNAPSHOT:report
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| averageduration | int | - | The timeinterval (in millis) to base moving average calculations
on. Default value is: 20000. |
| dataid | String | - | The id of the data, to create a report from. Default value is: performancetest. |
| description | String | - | The description of the generated report. |
| historychartupperbound | double | - | Set the history chart upper bound Default value is: 0. |
| metadata | String | - | Points to a simple text file containing meta data about the
build. The information will be added to the reports under Additional build info. The file is read line for line and added the report. The readed expects the tab character to seperate keys and values: Build no.<tab>567 Svn tag<tab>Test Default value is: null. |
| outputDirectory | String | - | Location (directory) where generated html will be created. |
| plugins | List | - | (no description) |
| reportid | String | - | The id of the report and the name of the generated html-file. If no
id is defined, the dataid is used |
| responsetimedivider | int | - | responsetimeDivider may be used when the response time of a single
request is so low that the granularity of the system timer corrupts
the response time measured. Default value is: 1. |
| showaverage | boolean | - | Will graphs of responsetimes and histogram show the average? Default value is: true. |
| showdetails | boolean | - | Should details of each individual test be shown? Default value is: true. |
| showgc | boolean | - | Will garbage collections be shown? Default value is: true. |
| showhistogram | boolean | - | Should a histogram be shown? Default value is: true. |
| showinfotable | boolean | - | Will information tables be shown? Default value is: true. |
| showpercentile | Boolean | - | Will graphs of responsetimes and histogram show 95 percentiles? |
| showpercentile95 | boolean | - | Will graphs of responsetimes and histogram show 95 percentiles? Default value is: true. |
| showpercentile99 | boolean | - | Will graphs of responsetimes and histogram show 95 percentiles? Default value is: false. |
| showresponse | boolean | - | Should responsetimes be shown? Default value is: true. |
| showsummary | boolean | - | Should a summary of the tests taken together be shown? Default value is: true. |
| showsummarycharts | boolean | - | Should a summary of the tests include graphs? Default value is: true. |
| showthroughput | boolean | - | Should a graph of throughput be shown? Default value is: true. |
| showtimeinfo | boolean | - | Will the information tables contain timing info? Default value is: true. |
| threadcountduration | int | - | The timeinterval (in millis) to count threads within. Default value is: 20000. |
| title | String | - | The title of the generated report. |
Build no.<tab>567 Svn tag<tab>Test