Specifications

How Transaction Limits Work
214 BTStudio Administration Guide
Constraint Description
ThinkTime
The limit for the number
of milliseconds of think
time for a transaction
Example: ThinkTime <= 8000000
Syntax for Transaction Limits and Constraints
When defining an application-specific or transaction-specific transaction limit
or constraint, use the following syntax:
[
transaction_limit_name operator value
]
In the application rule set, place this syntax as follows:
To define an application-specific limit, add the syntax above the
application's resource definition.
To define a transaction-specific limit, add the syntax to the transaction
definition for the transaction to which it applies. Place it after the
transaction and module statements but before the transaction's first event
specification.
You can define multiple constraints for each application and each transaction.
Transaction_limit_name
For transaction_limit_name, specify the name of the transaction limit or
constraint that you want to define.
Operator
For operator, use one of the following operators.
Operator Description Valid Values Example
< Less than Integer ElapsedTime <
600000
<= Less than or
equal to
Integer NetworkTime <=
900000
> Greater than Integer RoundTrips > 200