Quantcast
Channel: THWACK: All Content - Network Performance Monitor
Viewing all articles
Browse latest Browse all 21870

sql for high bandwidth duration

$
0
0

I can query for the high bandwidth utilization alerts and get a count.  What I would like to do is show a chart with the total duration time of the high bandwidth alerts for each node.  Also, how can I change the time scope for the entire query?  I think this is for the month.  I would like to make it the current week. 

 

SELECT Caption, IP_Address, COUNT(*) AS Node_Events

  FROM [Solarwinds].[dbo].[Events]

  INNER JOIN dbo.Nodes ON (dbo.Events.NetworkNode = dbo.Nodes.NodeID)

  WHERE EventType = 5000 and Message like '%utilization%'

  GROUP BY Caption, IP_Address

  ORDER BY Node_Events DESC


Viewing all articles
Browse latest Browse all 21870

Trending Articles



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