Field - transaction_execution_time_mean
Mean transaction execution time
- Map: R723SCS
- Based on: transaction_execution_time, transaction_total_count
The field is created using the following pseudocode:
transaction_execution_time_mean = transaction_execution_time / transaction_total_count * 1024 / 1e6