Quantcast
Channel: THWACK: Message List - Network Performance Monitor
Viewing all articles
Browse latest Browse all 25172

Re: Help with Custom Report

$
0
0

The below query, while not pretty, will give you the number of interfaces that are admindown, total interfaces and percent that are admindown.  You should be able to plug this in to an Advanced SQL report

 

select (select count(*) from interfaces where adminstatus = 0) as [Count],
count(*) as [Total],
(select count(*) from interfaces where adminstatus = 0)*100/count(*) as [Percent] 
from interfaces

Viewing all articles
Browse latest Browse all 25172

Trending Articles



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