SWQL Library
SELECT
POLARISNOC Certified

PerfStack Metric Correlation Query

What this query does

Correlate node performance metrics for PerfStack timeline analysis

SWQL Query
SELECT n.NodeName, n.CPULoad, n.MemoryUsed,
       n.ResponseTime, n.PercentLoss,
       n.LastSystemUpTimePollUtc
FROM Orion.Nodes n
WHERE n.Status = 1
  AND (n.CPULoad > 90 OR n.MemoryUsed > 90 OR n.PercentLoss > 5)
ORDER BY n.CPULoad DESC
PerfStack
correlation
performance
analysis

Unlock the full POLARISNOC hub

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

Sign Up Free