Field - transaction_aff_delay_time_mean
Mean transaction affinity delay time
- Map: R723SCS
- Based on: transaction_aff_delay_time, transaction_total_count
Mean transaction delay time for which batch jobs were ineligible to run because a resource the job had affinity to was unavailable. Only applies to batch work. Zero for other work types
The field is created using the following pseudocode:
transaction_aff_delay_time_mean = transaction_aff_delay_time / transaction_total_count * 1024 / 1e6