How to check the number of qos metrics for a specific robot/hub
search cancel

How to check the number of qos metrics for a specific robot/hub

book

Article ID: 240620

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

How to check the number of qos metrics for a specific robot/hub

Environment

UIM 20.x or later

Resolution

select count(*) '# qos' from S_QOS_DATA with(nolock) where robot = 'robot_name'