Replay
Replays the transaction from the file name created or exported by this utility. The transaction id from the file is substituted with a new unique identifier. The duration of the transaction is the same as that from the file and the touchpoint updates are replayed at relative times from the beginning of the first touchpoint defined in the file.
Syntax: replay filename batch threads rate interval period
Argument | Description |
---|---|
filename | A file that was created or exported using this utility. |
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. |