Quantcast
Channel: THWACK: Document List - All Communities
Viewing all articles
Browse latest Browse all 9474

UDT SQL script to quickly identify which poller servers have UDT jobs that have not finished

$
0
0

use NetPerfMon;
select b.nodeid
  ,b.engineid
  ,c.ServerName
  ,COUNT(*) numberOfFailures
from udt_job a
  ,nodes b
  ,Engines c
where a.NodeID=b.nodeid
and b.engineid = c.engineid
and a.JobLastResult = 0
group by b.nodeid
  ,b.engineid
  ,c.ServerName


Viewing all articles
Browse latest Browse all 9474

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>