Field - lpar_management_per_cpu
Physical per CPU Utilization
- Map: SMF70BPD
- Based on: dispatch_time_total, dispatch_time_effective, logical_processor_online_time, cpu_count
Average physical per CPU Utilization. Multiply with LPAR online LCP count to get LPAR CPU utilization.
The field is created using the following pseudocode:
lpar_management_per_cpu = 100 * (dispatch_time_total - dispatch_time_effective) / logical_processor_online_time
lpar_management_per_cpu = lpar_management_per_cpu / cpu_count