We have enabled DIsk IOstat utilization monitoring for Linux and windows servers. We are not able to find that metric('QOS_IOSTAT_PU') in Top-N-Report.
Release : 9.0.2
Component : UIM - CDM WITH IOSTAT
In PRD, we get qos values directly from s_qos_data. But in Top-N-Reports we join S_QOS_DATA and S_QOS_DEFINITION and display the Description field value of S_QOS_DEFINITION table. That is the reason we different values in Top-N-Reports dropdown.
The equivalent value for QOS_IOSTAT_PU qos is 'Utilization Percentage', and that can be seen in dropdown. This can be reverified by executing the below query:
select distinct sqdef.description from S_QOS_DATA sqd , S_QOS_DEFINITION sqdef Where sqd.qos = sqdef.name and qos = 'QOS_IOSTAT_PU'