Field - transaction_total_swapped_in
Total frames of all swapped-in transactions
- Map: R723SCS
- Based on: total_page_residency_time, interval_in_milliseconds
Total (Central Storage + Expanded Storage) frames of all swapped-in transactions
The field is created using the following pseudocode:
return total_page_residency_time / interval_in_milliseconds * 1024 / 1000