Full name:
org.codehaus.mojo:chronos-maven-plugin:1.0-SNAPSHOT:check
Description:
Checks the latest performancetests to verify that performance targets have been met.
Attributes:
verify.| Name | Type | Since | Description |
|---|---|---|---|
| averageduration | int |
- |
The timeinterval to base moving average calculations on (in
millis). Default value is: 20000. |
| collectedprsecond | double |
- |
The maximum memory (in kb) garbagecollected pr second. |
| dataid | String |
- |
(no description) Default value is: performancetest. |
| gctimeratio | double |
- |
The maximum allowed ratio of time spent garbage collecting. |
| maxthroughput | double |
- |
The minimum required maximum throughput (in requests/sec). |
| project | MavenProject |
- |
The current maven project. |
| responsetime95 | double |
- |
The maximum acceptable a95 percentage responsetime (in millis). |
| responsetimeaverage | double |
- |
The maximum acceptable average responsetime (in millis). |
| 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. |
| responsetimemax | double |
- |
The maximum acceptable responsetime (in millis). |
The timeinterval to base moving average calculations on (in millis).
intNo20000The maximum memory (in kb) garbagecollected pr second.
doubleNodataid :
(no description)
java.lang.StringNoperformancetestThe maximum allowed ratio of time spent garbage collecting.
doubleNoThe minimum required maximum throughput (in requests/sec).
doubleNoproject :
The current maven project.
org.apache.maven.project.MavenProjectNo${project}The maximum acceptable a95 percentage responsetime (in millis).
doubleNoThe maximum acceptable average responsetime (in millis).
doubleNoresponsetimeDivider 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.
intNo1The maximum acceptable responsetime (in millis).
doubleNo