5.4.1.2 Stress Test Mode Attributes

There are three test mode types:

  • Increase the load till the throughput does not increase any longer.

    Following is an execution plan file example:

    definitionFile=def1.xml

    timeWindow=20

    minCurrency=10

    maxCurrency=1000

    iniCurrency=10

    totalRunTime=3600

  • Increase the load till the max/average latency reaches the specified value. It is enabled when the parameter maxLatency or avgLatency is specified.

    Note:

    If both maxLatency and avgLatency are specified, maxLatency is ignored.

    Following is an execution plan file example:

    definitionFile=def1.xml

    timeWindow=20

    minCurrency=10

    maxCurrency=1000

    iniCurrency=10

    maxLatency=1000

    avgLatency=500

    totalRunTime=3600

  • Run with the specified throughput. It is enabled when the parameter throughput is specified.

    Following is an execution plan file example:

    definitionFile=def1.xml

    timeWindow=20

    throughput=1000

    totalRunTime=3600

Table 5-6 Stress Test Mode Attributes

Attribute Description Default Value
timeWindow Load increasing/decreasing time window in seconds 30 seconds
minCurrency Minimum concurrency number limitation. The concurrency number is always not less than it. 1
maxCurrency Maximum concurrency number limitation. The concurrency number is always not greater than it. 10240
iniCurrency The initial concurrency number when the replay starts. 1
maxLatency Maximum latency in microseconds -
avgLatency Average latency in microseconds -
throughput Run with the specified throughput per second -
totalRunTime Total running time in seconds No limitation