Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20396

Re: Re: I'd like to create an SQL report on collected WMI Collection stats

$
0
0

What about this?

SELECT n.[SysName], a.ID as AppId, a.Name as AppName, c.ID as CompId, c.Name as CompName, csd.[TimeStamp], ped.AvgStatisticData
FROM APM_PortEvidence ped
INNER JOIN APM_ComponentStatus csd WITH (NOLOCK) ON ped.ComponentStatusID = csd.ID
INNER JOIN APM_Component c ON c.ID = csd.ComponentID
INNER JOIN APM_Application a ON c.ApplicationID = a.ID
INNER JOIN Nodes n ON a.NodeID = n.NodeID
WHERE c.Name LIKE 'Nvidia memory available (MB)'

Viewing all articles
Browse latest Browse all 20396

Trending Articles



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