hello
We upgraded to 10.7 and we turned on hubble to see what is causing web slowness. We are seeing 8+ seconds with the following query. Seems to be maybe tied to the CPU and Memory resource. Question: how can we see the underlying SQL query. We turned trace on SWInfo v3 and tried running query from admin/swis.aspx but not seeing the SQL query in the log. But we confirmed 8+ seconds on the query from swis.aspx. thanks.
SELECT InstanceID
FROM Orion.TechnologyPollingAssignments AS data
WHERE data.TechnologyPolling.TechnologyID =@technologyId AND Enabled =1AND InstanceID IN(6551)RETURN XML RAW (technologyId=Node.CpuAndMemory)