Quantcast
Channel: THWACK: Popular Discussions - User Device Tracker
Viewing all articles
Browse latest Browse all 10737

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

$
0
0

Thought of sharing this query which helps in identifying the status of UDT polling jobs which have failed. Got this from petersent. So just reporsting it so that others can also know about.

 

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 10737

Trending Articles



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