chronos:check

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:

  • Requires a Maven 2.0 project to be executed.
  • Binds by default to the lifecycle phase: verify.

Optional Parameters

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).

Parameter Details

averageduration :

The timeinterval to base moving average calculations on (in millis).

  • Type: int
  • Required: No
  • Default: 20000

collectedprsecond :

The maximum memory (in kb) garbagecollected pr second.

  • Type: double
  • Required: No

dataid :

(no description)

  • Type: java.lang.String
  • Required: No
  • Default: performancetest

gctimeratio :

The maximum allowed ratio of time spent garbage collecting.

  • Type: double
  • Required: No

maxthroughput :

The minimum required maximum throughput (in requests/sec).

  • Type: double
  • Required: No

project :

The current maven project.

  • Type: org.apache.maven.project.MavenProject
  • Required: No
  • Expression: ${project}

responsetime95 :

The maximum acceptable a95 percentage responsetime (in millis).

  • Type: double
  • Required: No

responsetimeaverage :

The maximum acceptable average responsetime (in millis).

  • Type: double
  • Required: No

responsetimedivider :

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.

  • Type: int
  • Required: No
  • Default: 1

responsetimemax :

The maximum acceptable responsetime (in millis).

  • Type: double
  • Required: No