Field - transaction_total_per_second
Average transaction completions per second for this interval.
- Map: R723SCS
- Based on: transaction_total_count, interval_in_milliseconds
Average number of transactions completed per second for this interval.
The field is created using the following pseudocode:
return transaction_total_count * 1000 / interval_in_milliseconds