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
Resolution
select count(*) '# qos' from S_QOS_DATA with(nolock) where robot = 'robot_name'
Feedback
thumb_up
Yes
thumb_down
No