Find interfaces exceeding 80% in or out utilization
SELECT n.NodeName, i.InterfaceName, i.InBandwidth, i.OutBandwidth,
i.InPercentUtil, i.OutPercentUtil, i.OperStatus
FROM Orion.NPM.Interfaces i
JOIN Orion.Nodes n ON i.NodeID = n.NodeID
WHERE i.InPercentUtil > 80 OR i.OutPercentUtil > 80
ORDER BY i.InPercentUtil DESCAI-powered SWQL generation, script management, CVE tracking, and verified solution intelligence.