Disk IO utilization top N Report not available
search cancel

Disk IO utilization top N Report not available

book

Article ID: 206617

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

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. 

 

Environment

Release : 9.0.2

Component : UIM - CDM WITH IOSTAT

Resolution

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'