Field - transaction_executed_per_second
Average transaction executions per second for this interval.
- Map: R723SCS
- Based on: transaction_executed_count, interval_in_milliseconds
Average number of transactions completed their execution phase per second for this interval.
The field is created using the following pseudocode:
return transaction_executed_count * 1000 / interval_in_milliseconds