SWQL Library
NPM
SELECT
Verified Working

Nodes with Response Time Above Threshold

What this query does

Identify nodes with ICMP response time exceeding 100ms

SWQL Query
SELECT NodeName, IPAddress, ResponseTime, PercentLoss, Status, Vendor
FROM Orion.Nodes
WHERE ResponseTime > 100
  AND Status = 1
ORDER BY ResponseTime DESC
response time
latency
icmp
NPM
Source:OrionSDK GitHubยท SolarWinds Orion SDK GitHubView original

Unlock the full POLARISNOC hub

AI-powered SWQL generation, script management, CVE tracking, and verified solution intelligence.

Sign Up Free