Go
Replays the transactions as if you had used the create and replay options. A new unique identifier is used for each transaction.
Syntax: go profile model batch threads rate interval period duration
Argument | Description |
---|---|
profile | Profile containing the model. |
model | The generated model instance name (ie. with the _n suffix). |
batch | The batch interval to simulate a BTM extension specified in milliseconds. A good default is 10000 (10 seconds). |
threads | The number of threads to use to publish the transaction data. A good default is 1. |
rate | Number of transactions sent per interval. |
interval | How often transactions are sent specified in milliseconds. Used with the rate to determine how many transactions are sent. For example a rate of 1 with an interval of 1000 would be 1 transaction per second. A rate of 1 with an interval of 30000 would be 1 transaction every 30 seconds. |
period | How long to replay transactions specified in seconds. For example, 300 would indicate to replay transactions for 5 minutes. |
duration | The duration the simulated transactions should take to complete. The duration is split evenly between the configured touchpoints. |