IBM SMF Explorer
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Field - hd_action_explanation

Action taken by HiperDispatch

Post-Processed

The field is created using the following pseudocode:

hd_action_unpark_filter = ~hd_action_unpark
hd_action_unpark_capping_filter= ~hd_action_unpark_capping
hd_action_park_filter= ~hd_action_park
hd_action_park_capping_filter= ~hd_action_park_capping
hd_action_no_unparking_no_free_capacity_filter= ~hd_action_no_unparking_no_free_capacity
hd_action_no_unparking_no_vl_filter= ~hd_action_no_unparking_no_vl
hd_action_unpark_no_free_capacity_filter= ~hd_action_unpark_no_free_capacity
hd_action_unpark_no_free_capacity_capping_filter= ~hd_action_unpark_no_free_capacity_capping
hd_action_park_mvs_busy_low_filter= ~hd_action_park_mvs_busy_low
hd_action_park_mvs_busy_low_capping_filter= ~hd_action_park_mvs_busy_low_capping
hd_action_park_less4_guaranteed_used_filter= ~hd_action_park_less4_guaranteed_used
hd_action_park_less10_guaranteed_used_filter= ~hd_action_park_less10_guaranteed_used
hd_action_park_small_utilization_filter= ~hd_action_park_small_utilization
hd_action_park_small_utilization_capping_filter= ~hd_action_park_small_utilization_capping
hd_action_explanation = hd_action_unpark.where(hd_action_unpark, '')
hd_action_explanation =  hd_action_explanation.where(hd_action_unpark_filter, 'Unpark')
hd_action_explanation =  hd_action_explanation.where( hd_action_unpark_capping_filter, 'Unpark / capping')
hd_action_explanation =  hd_action_explanation.where( hd_action_park_filter, 'Park')
hd_action_explanation =  hd_action_explanation.where( hd_action_park_capping_filter, 'Park /  capping')
hd_action_explanation =  hd_action_explanation.where( hd_action_no_unparking_no_free_capacity_filter, 'no free capacity')
hd_action_explanation =  hd_action_explanation.where( hd_action_no_unparking_no_vl_filter, 'no VLs')
hd_action_explanation =  hd_action_explanation.where( hd_action_unpark_no_free_capacity_filter, 'no free capacity')
hd_action_explanation =  hd_action_explanation.where( hd_action_unpark_no_free_capacity_capping_filter, 'no free capacity / capping')
hd_action_explanation =  hd_action_explanation.where( hd_action_park_mvs_busy_low_filter, 'Low MVS busy')
hd_action_explanation =  hd_action_explanation.where( hd_action_park_mvs_busy_low_capping_filter, 'Low MVS busy low / capping')
hd_action_explanation =  hd_action_explanation.where( hd_action_park_less4_guaranteed_used_filter, '< 4% of guaranteed used')
hd_action_explanation =  hd_action_explanation.where( hd_action_park_less10_guaranteed_used_filter, '< 10% of guaranteed used')
hd_action_explanation =  hd_action_explanation.where( hd_action_park_small_utilization_filter, 'Small utilization')
hd_action_explanation =  hd_action_explanation.where( hd_action_park_small_utilization_capping_filter, 'Small utilization / capping')
return hd_action_explanation