Full name:
org.codehaus.mojo:chronos-maven-plugin:1.0-SNAPSHOT:jmetergui
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| executedproject | MavenProject | - | The "current" maven project as executed by the package phase. We use this to find dependencies and paths. |
| heap | String | - | The heapsize (both initial and max) of the spawned jvm invoking
jmeter. Default value is: 256m. |
| jMeterRemoteLocation | String | - | The URL from where jMeter can be downloaded. Default value is: http://www.eu.apache.org/dist/jakarta/jmeter/binaries/jakarta-jmeter-2.5.1.zip. |
| jmeterhome | String | - | The path to the jmeter installation. The recommended way to set
this is by specifying a property jmeter.home in the pom.xml or
settings.xml. |
| maxliveobjectevacuationratio | String | - | Specifies the corresponding jvm option of the spawned jvm invoking
jmeter. |
| maxtenuringthreshold | String | - | Specifies the corresponding jvm option of the spawned jvm invoking
jmeter. Default value is: 2. |
| newsize | String | - | Specifies the corresponding jvm option of the spawned jvm invoking
jmeter. Default value is: 128m. |
| options | List | - | Optional Miscellaneous configuration parameters used when
launching JMeter |
| permsize | String | - | The size of the part of the spawned jmeter jvm's memory, where
classes e.g. are stored. Default value is: 64m. |
| rmigcinterval | String | - | How often will rmi garbage collections be performed? JVM option of
the spawned jvm invoking jmeter. Default value is: 600000. |
| survivorratio | String | - | Specifies the corresponding jvm option of the spawned jvm invoking
jmeter. |
| sysproperties | Properties | - | System-properties to the launched jvm. |
| targetsurvivorratio | String | - | Specifies the corresponding jvm option of the spawned jvm invoking
jmeter. |
heap: